Chrome 常见问题
关闭 Chrome Software Reporter 清理工具
Windows 上使用注册表来禁用:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"ChromeCleanupEnabled"=dword:00000000
"ChromeCleanupReportingEnabled"=dword:00000000
继续启用 Manifest V2 扩展程序
Chrome 139 之前的版本可以直接修改注册表以继续使用 Manifest V2 扩展:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"ExtensionManifestV2Availability"=dword:00000002
Chrome 139 版本需要在 chrome://flags 中修改选项:
- chrome://flags/#temporary-unexpire-flags-m137 [Enabled]
- chrome://flags/#extension-manifest-v2-deprecation-warning [Disabled]
- chrome://flags/#extension-manifest-v2-deprecation-disabled [Disabled]
- chrome://flags/#extension-manifest-v2-deprecation-unsupported [Disabled]
- chrome://flags/#allow-legacy-mv2-extensions [Enabled]
Chrome 140 版本则需要修改快捷方式增加程序参数:
--enable-features=AllowLegacyMV2Extensions --disable-features=ExtensionManifestV2Unsupported