安装的chrome浏览器扩展被停用了吗?

虽然之前就知道基于 Manifest V2 的浏览器扩展程序要被停用,但是可以手动启用,可是升级到版本138.0.7204.158后手动也无法启用了。

chrome://extensions-internals/

可是你Google自己的扩展也没达到要求呀。

Windows系统下可通过操作注册表调整政策来继续使用 Manifest V2 的浏览器扩展。

  1. 开始菜单中输入regedit打开 注册表编辑器
  2. 在注册表编辑器中打开:HKEY_LOCAL_MACHINE\SOFTWARE\Policies\路径
  3. 右键单击Policies
    • 新建项
    • 命名为Google
  4. 右键单击Google
    • 新建项
    • 命名为Chrome
  5. 右键单击Chrome
    • 新建DWORD32 位值
    • 命名为ExtensionManifestV2Availability
  6. 右键单击ExtensionManifestV2Availability
    • 将键值修改为2
    • 左键单击确定按钮 注册表
  7. 在 Chrome 中打开chrome://policy/

Major props to all of the people who figured this out - I hope you’re as lucky as I am and that this works for you. If it doesn’t, I have no real knowledge about any of this, and my canned response to any questions is “Google it”.Good luck!1

如果实在解决不了,换浏览器吧。Edge 或者 Firefox 都可以

相关内容:

Tag:chromegoogle Published under (CC) BY-NC-SA