Skip to content

Instantly share code, notes, and snippets.

@xdqi
Created December 22, 2013 08:00
Show Gist options
  • Save xdqi/8079590 to your computer and use it in GitHub Desktop.
Save xdqi/8079590 to your computer and use it in GitHub Desktop.
Force Install Chrome/Chromium Extension
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist]
"1"="ldcecbkkoecffmfljeihcmifjjdoepkn;https://adblockplus.org/devbuilds/adblockpluschrome/updates.xml"
;在 Chrome 政策中加入强制安装拓展项目
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Chromium\ExtensionInstallForcelist]
"1"="ldcecbkkoecffmfljeihcmifjjdoepkn;https://adblockplus.org/devbuilds/adblockpluschrome/updates.xml"
;在 Chromium 政策中加入强制安装拓展项目
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment