Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.crx file install in chrome

I have just created a very simple chrome extension and it works fine. But when I converted to .crx file and try to open it with chrome, nothing happens. my chrome browser version is 19.0.1081.2 dev-m. My extension uses jquery-1.4.2.min. I could not understand whats the problem?

like image 639
Ahmad Naqibul Arefin Avatar asked Mar 29 '12 19:03

Ahmad Naqibul Arefin


People also ask

How do I add an extension to a ZIP file in Chrome?

Locate the ZIP file on your computer and unzip it. 5. Go back to the chrome://extensions/ page and click the Load unpacked extension button and select the unzipped folder for your extension to install it.

How to download and open crx file on Chrome?

Just install this Chrome extension and move to the Chrome web store page of the extension of which you need the CRX file. Now click on the extension button and then click on “Download as CRX”. Depending on extension size it may take a few seconds for the download to begin.

Do I have to enable developer mode before installing a crx?

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 Chrome Web Store ."

How to manually install Chrome extensions?

Installing Chrome extensions is easy, just click the “Add to Chrome” button on the extension page and Chrome will both download and install the extension. However, what if you want to manually install the Chrome extensions? Maybe you want to download the extension, but install it on a different PC.

Can I install an unapproved plug-in from a crx file?

However, there may be times when we need to be able to install an unapproved plug-in from a CRX file . This is something that is aimed especially at experienced users, especially those who are developing their own extension and require testing.


2 Answers

Update: appears to have stopped working since Chrome 80

Drag & Drop the '.crx' file on to the 'Extensions' page

  1. Settings - icon > Tools > Extensions
    ( the 'hamburger' icon in the top-right corner )

  2. Enable Developer Mode ( toggle button in top-right corner )

  3. Drag and drop the '.crx' extension file onto the Extensions page from step 1
    ( crx file should likely be in your Downloads directory )

  4. Install

Source: Chrome YouTube Downloader - install instructions

like image 194
Ujjwal Singh Avatar answered Sep 23 '22 06:09

Ujjwal Singh


I had a similar issue where I was not able to either install a CRX file into Chrome.

It turns out that since I had my Downloads folder set to a network mapped drive, it would not allow Chrome to install any extensions and would either do nothing (drag and drop on Chrome) or ask me to download the extension (if I clicked a link from the Web Store).

Setting the Downloads folder to a local disk directory instead of a network directory allowed extensions to be installed.

Running: 20.0.1132.57 m

like image 38
Jon Avatar answered Sep 21 '22 06:09

Jon