Skip to content

Instantly share code, notes, and snippets.

@GrayXu
Created July 13, 2025 12:32
Show Gist options
  • Save GrayXu/647093b3e12a2d9f003ae76f6830f99c to your computer and use it in GitHub Desktop.
Save GrayXu/647093b3e12a2d9f003ae76f6830f99c to your computer and use it in GitHub Desktop.
MacOS Chrome 138 以上版本恢复支持 Manifest V2 插件 (运行后重启浏览器)
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