File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,26 @@ open -a "Google Chrome"
4949
5050---
5151
52- ## ✅ 方法二:安装描述文件(永久有效)
52+ ## ✅ 方法二:安装描述文件
5353📥 [ 点击下载配置描述文件(chrome-manifestv2.mobileconfig)] ( https://github.com/ruanweiming/chrome-mac-enable-manifest-v2/releases/download/1.0/chrome-manifestv2.mobileconfig )
54541 . 双击 ` chrome-manifestv2.mobileconfig ` 文件
55552 . 进入“系统设置 > 描述文件”,点击安装并输入密码
56563 . 重启 Chrome
57574 . 打开 ` chrome://policy ` ,应看到 ` ExtensionManifestV2Availability = 2 `
5858
59+ ## 🔄 补充方案(失效时可尝试)
60+
61+ 如果以上方法在新版本 Chrome 中失效,可以尝试以下步骤:
62+
63+ 1 . 打开 ` chrome://flags/#temporary-unexpire-flags-m137 ` → ** Enabled(启用)**
64+ 2 . 重启 Chrome
65+ 3 . 依次进入并配置以下 Flags:
66+ - ` chrome://flags/#extension-manifest-v2-deprecation-warning ` → ** Disabled(禁用)**
67+ - ` chrome://flags/#extension-manifest-v2-deprecation-disabled ` → ** Disabled(禁用)**
68+ - ` chrome://flags/#extension-manifest-v2-deprecation-unsupported ` → ** Disabled(禁用)**
69+ - ` chrome://flags/#allow-legacy-mv2-extensions ` → ** Enabled(启用)**
70+ 4 . 再次重启 Chrome
71+
5972如需卸载描述文件:
6073
6174``` bash
You can’t perform that action at this time.
0 commit comments