Install Crx File Manually
I have looked at those links which either require the extension to be unpacked or makes use of the preference JSON file or windows registry and still require some form of user input. They are fairly limited and require manual setting up before hand for each extension that you would like to install. Would love to be able to install any chrome extension that is available on the Chrome Web Store using something like this: cxpm install Adblock 'Session Buddy'.

This would install both the Adblock and the Session Buddy extension from the Chrome Web Store without requiring any interference from the user. I have been through this situation before. What I managed to do is changing a Chrome policy ExtensionInstallForcelist which enables installing an extension without the inline installation. I did as follow:. Create directories of Chrome policies if they do not exist $mkdir /etc/opt/chrome/policies $mkdir /etc/opt/chrome/policies/managed $mkdir /etc/opt/chrome/policies/recommended.
Then make sure that the files under /managed are not writable by non-admin users chmod -w /etc/opt/chrome/policies/managed. Create policy file $touch /etc/opt/chrome/policies/managed/testpolicy.json. Add these lines to the file to install Classic Cach killer extension for example.
Has, over the years, increased its restrictions for installing third-party Chrome extensions to help protect Chrome users from malicious code. A few years ago, you could simply install an extension from a developer's site without any hassle. Last year, you needed only to enable Developer mode before installing a CRX (Chrome extension) file. Now, according to Google, 'to protect you while you browse, Chrome only lets you use extensions that have been published on the.'

If you are willing to assume the risk, there is a side door that Google left ajar for developers to test out their extensions, which you can use to install extensions that aren't listed in the Chrome Web Store. And here's the part where I say again that installing unverified extensions from unknown sources is risky and could expose your computer to malicious code.

Install Crx File In Chrome Manually
Proceed at your own risk. Still with me? OK, here are the steps needed to install an extension from somewhere other than the Chrome Web Store. Download the CRX file to your computer for the Chrome extension you want to install.