Skip to content

Commit 499cc48

Browse files
authored
Update README.md
1 parent 39dd454 commit 499cc48

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
5454
1. 双击 `chrome-manifestv2.mobileconfig` 文件
5555
2. 进入“系统设置 > 描述文件”,点击安装并输入密码
5656
3. 重启 Chrome
5757
4. 打开 `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

0 commit comments

Comments
 (0)