<- Chrome Settings Library

ExtensionInstallSources

Configure extension, app, and user script install sources
Last updated October 8, 2024

Setting the policy specifies which URLs may install extensions, apps, and themes. Before Google Chrome 21, users could click on a link to a *.crx file, and Google Chrome would offer to install the file after a few warnings. Afterwards, such files must be downloaded and dragged to the Google Chrome settings page. This setting allows specific URLs to have the old, easier installation flow. Each item in this list is an extension-style match pattern (see https://developer.chrome.com/extensions/match_patterns). Users can easily install items from any URL that matches an item in this list. Both the location of the *.crx file and the page where the download is started from (the referrer) must be allowed by these patterns. ExtensionInstallBlocklist takes precedence over this policy. That is, an extension on the blocklist won't be installed, even if it happens from a site on this list.

Supported On:
Platform Start End
Chrome (Windows, Mac, Linux) 21
ChromeOS 21
Example value:

{"0":"https://corp.mycompany.com/*"}

Features: