发布于 

Chrome禁止“请停用以开发者模式运行的扩展程序”的提示

在Windows7系统下的Chrome里面使用开发者模式导入了一个插件,就是为了登录一下最大的那个搜索引擎(传送门)。然后每次登录就会出现“请停用以开发者模式运行的扩展程序”的提示,而且必须点击一下才能关掉。

去网络搜索了一下,操作还挺复杂,具体的操作步骤等会我写在下面,不过如果懒得自己操作,国外有高手写了批处理文件,我也会放在下面。

第一种方法

如果你经常使用自己导入的插件,建议使用Chrome Canary版本,这个是没有提示的,而且图标是金色的哦。下载地址可以看一下这里

第二种方法

如果你想使用稳定版,但是又不想看到那个提示,请按照下面的操作处理。

如果你不想自己操作,请下载批处理文件DevWarningPatch.bat 请使用管理员模式运行。如果觉得不安全,或者文件失效请移步文末的参考文章,那里是代码的原地址。

手动操作步骤如下:

转自:stackoverflow 建议大家还是查看原文。下面是引用内容

you can patch it manually using HIEW:

  1. exit Chrome fully by pressing Ctrl+Shift+Q and terminating any chrome.exe processes in Windows Task Manager’s Processes tab (it’s a second tab, not the default tab).

  2. open chrome.dll in hiew

  3. press Enter to switch the view

  4. press F7, paste ExtensionDeveloperModeWarning in the first input field, press Enter

  5. press F3 to enter the edit mode

  6. type 00

  7. press F9 to save

  8. press Left to position the cursor on 00

  9. press F6 to find the reference

L4yJa.png

  1. look for cmp eax,3 or cmp eax,2 on the screen and the adjacent few pages up and down

o0ozy.png

  1. navigate the cursor using Up and Down to that line’s binary code (a column on the left)

  2. press F3 to enter the edit mode

  3. navigate the cursor using Left and Right to 03 or 02 in that line’s code

  4. type 09

  5. press F9 to save

  6. Close hiew, otherwise Chrome won’t launch.

参考文章:


本站由 @aoenian 使用 Stellar 主题创建。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。