如何在命令行中始终允许Chrome插件 [英] How to always allow Chrome plugins in command line

查看:804
本文介绍了如何在命令行中始终允许Chrome插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想始终在Chrome中允许使用我的NPAPI插件。我在页面>Chrome:// plugins中找到,每个插件都有一个复选框始终允许

I want to always allow my NPAPI plugin in Chrome. I find in page "Chrome://plugins", there is a checkbox "Always Allowed" for each plugin.

现在我想在不点击该复选框的情况下制作一个插件始终允许,那我该如何实现这个?是否有任何命令参数?

Now I want to make one plugin "Always Allowed" without clicking that check box, so how can I achieve this? Is there any command arguments for this?

推荐答案

所有或至少大部分Chrome / Chromium命令行开关列在此page: http://peter.sh/experiments/chromium-command-line-switches/ 。它由Chromium源生成,并包含链接返回源。

All, or at least most, Chrome/Chromium command line switches are listed on this page: http://peter.sh/experiments/chromium-command-line-switches/. It is generated from Chromium source and contains links back to the source.

您可能正在寻找 - always-authorize-plugins $ b

You are probably looking for --always-authorize-plugins:


防止Chrome需要授权才能运行某些广泛安装但常用的插件。 / p>

Prevents Chrome from requiring authorization to run certain widely installed but less commonly used plug-ins.

我不知道某些广泛安装是什么意思,但这是您在命令行切换中最接近的东西。您的问题完全有可能无法解决,因为这是一个安全限制。

I have no idea what "certain widely installed" means, but that's the closest thing you have in command line switches. It's entirely possible that your problem is unsolvable because it's a security restriction.

这篇关于如何在命令行中始终允许Chrome插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆