Chrome禁止“请停用以开发者模式运行的扩展程序”的提示
在Windows7系统下的Chrome里面使用开发者模式导入了一个插件,就是为了登录一下最大的那个搜索引擎(传送门)。然后每次登录就会出现“请停用以开发者模式运行的扩展程序”的提示,而且必须点击一下才能关掉。
去网络搜索了一下,操作还挺复杂,具体的操作步骤等会我写在下面,不过如果懒得自己操作,国外有高手写了批处理文件,我也会放在下面。
第一种方法
如果你经常使用自己导入的插件,建议使用Chrome Canary版本,这个是没有提示的,而且图标是金色的哦。下载地址可以看一下这里
第二种方法
如果你想使用稳定版,但是又不想看到那个提示,请按照下面的操作处理。
如果你不想自己操作,请下载批处理文件DevWarningPatch.bat 请使用管理员模式运行。如果觉得不安全,或者文件失效请移步文末的参考文章,那里是代码的原地址。
手动操作步骤如下:
转自:stackoverflow 建议大家还是查看原文。下面是引用内容
you can patch it manually using HIEW:
exit Chrome fully by pressing
Ctrl+Shift+Qand terminating any chrome.exe processes in Windows Task Manager’sProcessestab (it’s a second tab, not the default tab).open chrome.dll in hiew
press
Enterto switch the viewpress
F7, pasteExtensionDeveloperModeWarningin the first input field, pressEnterpress
F3to enter the edit modetype
00press
F9to savepress
Leftto position the cursor on 00press
F6to find the reference
- look for
cmp eax,3orcmp eax,2on the screen and the adjacent few pages up and down
navigate the cursor using
UpandDownto that line’s binary code (a column on the left)press
F3to enter the edit modenavigate the cursor using
LeftandRightto03or02in that line’s codetype
09press
F9to saveClose hiew, otherwise Chrome won’t launch.
参考文章:

