Skip to main content

如何在 Google Chrome M139 恢复 MV2 扩展:在 chrome://flags 中 启用 Temporarily unexpire M137 flags 和 Temporarily unexpire M138 flags`

  1. 如何在 Google Chrome M139 恢复 MV2 扩展:在 chrome://flags 中 启用 Temporarily unexpire M137 flagsTemporarily unexpire M138 flags`。重启 Chrome,在 chrome://flags 中重新禁用 Extension Manifest V2 Deprecation Warning StageExtension Manifest V2 Deprecation Disabled StageExtension Manifest V2 Deprecation Unsupported Stage 、重新启用 Allow legacy extension manifest versions ,重启 Chrome。

    或者使用启动参数 --args --disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled (其中 --agrs 参数的作用是指定启动参数),该参数在 M139 和 M140 版本中都有效。

    如何真正有效的禁用 Google Chrome 在 macOS 上的自动更新(非搜索引擎和 AI 提供的过时方案):

    
    sudo chown root:wheel '$HOME/Library/Application Support/Google/GoogleUpdater'
    sudo chmod 000 '$HOME/Library/Application Support/Google/GoogleUpdater'
    


    上述命令 不会 影响浏览器扩展的更新、只影响 Google Chrome 本体的更新。执行上述命令后,可以通过访问 chrome://settings/help 验证 更新失败。