方法一:通过加入启动参数强制启用 MV2 扩充功能
--disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled
方法二:恢复 Chrome 137 的 flags
首先启用:
chrome://flags/#temporary-unexpire-flags-m137
重新启动浏览器,然后禁用:
chrome://flags/#extension-manifest-v2-deprecation-warning
chrome://flags/#extension-manifest-v2-deprecation-disabled
chrome://flags/#extension-manifest-v2-deprecation-unsupported
再启用:
chrome://flags/#allow-legacy-mv2-extensions
这将阻止 uBO 被禁用/删除。