windows 如何摆脱“禁用开发者模式扩展”弹出窗口
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/30287907/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to get rid of "disable developer mode extensions" pop-up
提问by Emerson
Recently Google added this annoying pop up to the dev channel.
最近谷歌将这个烦人的弹出窗口添加到了开发频道。
Someone answered here (Disable developer mode extensions pop up in Chrome) to edit the chrome.dll to get rid of the pop up.
有人在这里回答(禁用 Chrome 中弹出的开发者模式扩展)编辑 chrome.dll 以摆脱弹出窗口。
However, the method described there does not seem to work anymore.
但是,那里描述的方法似乎不再起作用。
Additionally, it would be nice to have a batch script that patches chrome.dll should Google push a new update.
此外,如果 Google 推送新更新,最好有一个批处理脚本来修补 chrome.dll。
EDIT: Open to new hacks, since wOxxOm stopped maintaining his useful script (the manual method seems to be outdated as well)
编辑:向新的黑客开放,因为 wOxxOm 停止维护他有用的脚本(手动方法似乎也过时了)
采纳答案by Emerson
If you can't use dev/canary builds the easiest way to remove the pop-up is to package your extension and then use group policies to whitelist it, as outlined here: https://stackoverflow.com/a/38011386/991321
如果您不能使用 dev/canary builds,删除弹出窗口的最简单方法是打包您的扩展程序,然后使用组策略将其列入白名单,如下所述:https: //stackoverflow.com/a/38011386/991321
回答by Zorkind
I am adding here the official ways to solve this issue and I know they are not optimal, but it makes sense that these solutions are present here.
我在这里添加了解决这个问题的官方方法,我知道它们不是最佳的,但这些解决方案在这里存在是有道理的。
The first solution and the most complicated one is to create a Google Store Account
and go through all the steps to activate it, with it you can upload your extension package
and keep it Private
, so you can share the link to this package to who will need to install it, this way that message will never show since the extension has been approved by Google team and it's secure.
第一个解决方案也是最复杂的一个是创建一个Google Store Account
并通过所有步骤激活它,您可以上传extension package
并保留它Private
,因此您可以将指向此软件包的链接分享给需要安装它的人,这这条消息永远不会显示的方式,因为该扩展程序已获得 Google 团队的批准并且是安全的。
The second option is to download the Chrome Dev Browser
, linked Here, it wont show on the screen that you are downloading the Dev Channel
, you have to trust it is happening. This version of the browser works side by side with the official version so you don't have to uninstall or anything, and all settings are separated so it's really like a different browser.
第二个选项是下载Chrome Dev Browser
,链接在这里,它不会在屏幕上显示您正在下载Dev Channel
,您必须相信它正在发生。此版本的浏览器与正式版并排运行,因此您无需卸载或进行任何操作,并且所有设置都是分开的,因此它真的就像一个不同的浏览器。
I am using version 64 of it and it solved my problem with the extension.
我正在使用它的 64 版,它解决了我的扩展问题。