Created
July 13, 2025 12:32
-
-
Save GrayXu/647093b3e12a2d9f003ae76f6830f99c to your computer and use it in GitHub Desktop.
MacOS Chrome 138 以上版本恢复支持 Manifest V2 插件 (运行后重启浏览器)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo tee /Library/Managed\ Preferences/com.google.Chrome.plist >/dev/null <<EOF | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" | |
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ExtensionManifestV2Availability</key> | |
<integer>2</integer> | |
</dict> | |
</plist> | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment