Chrome Extension Crx Downloader

On

Chrome WebStore directly installs (dot)crx extensions without letting you first download them on your computer. This is a convenient way, saving you extra exercise of separate plugin installation. But often you need to download Chrome extension and save them in a different folder so that you can use them independently.

Saving Chrome extension CRX files in separate folder is beneficial –

#. When you want to use them in a computer which does not have an internet connection. A saved extension file can be transferred in USB drives and can be installed offline.

#. When you want to back up an extension in case Google decides to remove it from the WebStore.

Downloading Chrome Extension:

Step 1. To download and save an extension, first you need to find the extension’s unique ID from its URL. For this, open its page and look at the last part of the URL after the keyword detail. This garbled text is its unique ID. For example –

If the extension address is – https://chrome.google.com/webstore/detail/google-mail-checker/mihcahmgecmbnbcchbopgniflfhgnkff

Then its ID is – mihcahmgecmbnbcchbopgniflfhgnkff

Step 2. Now, you will have to put that extracted ID in the following URL:

Step 3. Paste this newly formed URL in another browser like Firefox or IE. This URL will download latest version of the extension. For example, from the ID we extracted, the download URL will be –

Please note %26 suffixing the ID. Without this little code, the extension will not download. The download file will be automatically named as extension with its version number for your convenience.

Installing Saved Extensions:

Chrome policies do not allow installing extensions outside the WebStore. However, there is a workaround for installing your saved extension or extensions from third party sites.

To install an extension outside Chrome WebStore , follow these instructions –

Step 1. Open your extensions page from Chrome Options > Tools > Extensions or typing chrome://extensions in the address bar.

Step 2. Now drag and drop your saved extension onto this page.

Step 3. Chrome will confirm the actions. Accept that and you are done.

So you see, manually downloading and installing extensions is fairly easy task. In absence of internet connection or in situations when you can’t sync Chrome, this is must-know technique every Chrome lover should know.

Related: Add Any Website in Chrome’s App Section

I can’t recall the last time I didn’t install an extension from the Google’s Chrome Web Store. However, developers—up until now—have been allowed to offer their extensions as inline downloads. In other words, they could drop a download button on a website, you’d click on it and see a typical installation confirmation dialogue (as if you were installing the extension from the Chrome Web Store itself), and before you knew it, you were +1 to extensions.

Goodbye, inline installations

This inline installation feature, as it’s known, is going away because we can’t have nice things. With inline installations, developers could talk about an extension any way they wanted to on their websites. Presumably, you then wouldn’t pay that much attention to the actual description of the extension you were grabbing from the Chrome Web Store. That could lead to a little confusion, at best, or maliciousness, at worst, if a developer wanted to pull the ol’ swippy-swappy and con you into installing something shady. As Google writes:

“...we continue to receive large volumes of complaints from users about unwanted extensions causing their Chrome experience to change unexpectedly — and the majority of these complaints are attributed to confusing or deceptive uses of inline installation on websites. As we’ve attempted to address this problem over the past few years, we’ve learned that the information displayed alongside extensions in the Chrome Web Store plays a critical role in ensuring that users can make informed decisions about whether to install an extension. When installed through the Chrome Web Store, extensions are significantly less likely to be uninstalled or cause user complaints, compared to extensions installed through inline installation.”

Advertisement

As of today, developers will not be allowed to offer inline installations for newly published extensions. Existing extensions will find inline installations disabled starting September 12, and Google will deprecate the entire inline install API when Chrome 71 hits in early December 2018.

What Google’s change means for you

If you visit a chrome extension developer’s website and find that you can’t click on a download button and install an extension, Google’s adjustment is likely to blame. Before you give up on the extension, try searching the Chrome Web Store manually to see if the extension exists—it should, unless the developer has made it very clear that this is an extension you should sideload into your browser. (You really shouldn’t have to do that unless there’s no other way to get a particular extension that you must have and have verified that the extension isn’t malware in disguise.)

Advertisement

What’s sideloading?

If Google pulls your favorite extension from the Chrome Web Store, for example, and you don’t care about the security concerns involved with installing an extension “gone rogue,” sideloading the extension allows you to to bypass Google’s installation restrictions.

To begin, enter chrome://extensions/ into your address bar and click on the “developer mode” toggle in the upper-right corner.

Advertisement

Take the extension’s .CRX file that you previously downloaded—assuming you have one—and use a service like CRX Extractor to transform its contents into a simple ZIP. Unzip that archive somewhere on your desktop or laptop, then click on “Load Unpacked” in the chrome://extensions/ window and go find the folder where you extracted that ZIP file. Barring any errors, that should drop the extension directly into Chrome.

If you have no idea where to find .CRX files for extensions, you can check out the ever-useful Chrome Extensions Archive. Download a .ZIP file from here, rename it to .CRX, and go through the above process to manually drop it into your browser. Yes, you’ll still have to use CRX Extractor to create another ZIP and import that folder’s contents into your browser. You’ll be fine.

Advertisement

(Though, really, you should just use the Chrome Web Store whenever possible for extensions. Malware can slip in, but at least Google is vigilant about checking for it and removing it.)