在 Google Chrome M139 版本中恢复 MV2 扩展

来源:Sukka

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(其中 --args 参数的作用是指定启动参数),该参数在 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 验证更新失败。

#Chrome #Extension #Script #macOS
 
 
Back to Top
OKHK