How do You Re-Enable Non-Web Store Extensions in the Stable and Beta Channels of Chrome?

how-do-you-reenable-nonweb-store-extensions-in-the-stable-and-beta-channels-of-chrome photo 1

Google recently made a significant change to the stable and beta channels of Chrome, one that disabled any extension that did not come from the Web Store. While this will help improve security for many of Chrome’s users, how does someone with a legitimate non-web store extension get it to work again?

Today’s Question & Answer session comes to us courtesy of SuperUser—a subdivision of Stack Exchange, a community-driven grouping of Q&A web sites.

how-do-you-reenable-nonweb-store-extensions-in-the-stable-and-beta-channels-of-chrome photo 2

The Question

SuperUser reader AardVark71 is looking for a way to re-enable his extensions and scripts in Chrome 35:

Does anybody know how to re-enable your own extensions after they were disabled by the Chrome 35 update? It is mainly Greasemonkey scripts in my case, thus simple .js files previously dragged-and-dropped into the extension windows.

When I started Chrome up today, I got a warning that some non-Chrome Web Store extensions were disabled.

More info was giving on this link:

—————————————————

Extensions Disabled by Chrome

You are seeing this notification because one or more of your Chrome extensions have been turned off to make Chrome safer. The extensions did not come from the Chrome Web Store or were installed without your permission.

For your protection, you can only use Chrome extensions that you get from the Chrome Web Store.

To see a list of your extensions:

1. Click the Chrome menu Chrome menu on the browser toolbar.

2. Select Tools.

3. Select Extensions.

Extensions that have been disabled are grayed out and you will not be able to re-enable them.

—————————————————

I was hoping that I could still enable them by activating developer mode for my extensions, but still no luck. Any tips anyone?

P.S. This is not a duplicate from Activating a Chrome extension that is not from the Chrome Web Store. This is specifically related to the Chrome 35 update.

Are there any options that AardVark71 could try in order to re-enable his extensions and scripts?

The Answer

SuperUser contributors Fazer87 and Braiam have the answer for us. First up, Fazer87:

There are really only a couple of options open to you since the ability to run non-web store extensions has been programmatically disabled. There are no plans to re-enable it (or at least none made public).

You can try installing releases from the Developer or Canary channels which may allow you to continue using these extensions (as mentioned in Google Chrome help forum):

—————————————————

What if I want to run non-web store extensions?

Advanced users can continue to use our Dev & Canary channels to run any extension. Please note that these channels are updated very regularly, and may contain features and bug fixes that are actively being developed.

—————————————————

Alternatively, I have heard that quite a few people install the Tampermonkey extension which allows them to run user scripts. Might be worth a look.

Followed by the answer from Braiam:

You can not re-enable them. You need to work around this issue using any of the following alternatives (I will list them by grade of difficulty).

Developer Mode Route

1. Download the crx file and unpack the extension using your favorite decompresser. Take note of the directory where you placed it.

2. Open the extension page and activate “Developer Mode”.

3. Click “Load unpacked extension…”

4. Search through your directory tree for the location where you unpacked your extension and click OK. If your extension is called “my extension”, then select the “my extension” directory.

Advantages: You do not have to install anything else.

Disadvantages: Chrome nags you to disable the extension every time you start it up.

Moving from the Release Channel

Install the Developer or Canary channel versions of Chrome. Just go to the corresponding links and install the browser. Note that the Canary version will install a parallel version of Chrome, which will be independent.

Advantages: No nagging. You get all the newest features earlier.

Disadvantages: You also get all the bugs earlier. Installing Canary effectively uses double the disk space versus a single installation of Chrome, and you also have to migrate all your extensions over.

Install a Chromium-Based Browser

Since Chromium is open source, there are several forks of the project. I am not sure if Chromium has the restriction in place, but other projects may not.

Moving from Windows Altogether

This restriction is put in place only for Windows due security concerns with the OS. Mac and Linux builds are not affected. You could give any Linux distribution a try.

The “Developer Mode Route” is courtesy of capetoide in the AllMangasReader Forum.

While not perfect solutions, these approaches can help you get back to browsing with all of your extensions or scripts intact and working.


Have something to add to the explanation? Sound off in the comments. Want to read more answers from other tech-savvy Stack Exchange users? Check out the full discussion thread here.

Article How do You Re-Enable Non-Web Store Extensions in the Stable and Beta Channels of Chrome? compiled by Original article here

More stories

Do You Really Have to Pay for Ringtones?

Your phone comes with a default set of ringtones which, for some folks, is good enough. If you’re looking to mix it up a little bit, however, there are plenty of people willing to take your money. Do you really need to pay to get fresh ringtones, though?

Desktop Fun: Robots Wallpaper Collection Series 1

No futuristic or sci-fi story is quite complete unless there are some robots added into the mix…some can be very helpful while others are not only unfriendly, but downright deadly. Gather up a robot army for your desktop with the first in our series of Robots Wallpaper collections.

Why would Copying a Large Image to the Clipboard Freeze a Computer?

Sometimes, something really odd happens when using our computers that makes no sense at all…such as copying a simple image to the clipboard and the computer freezing up because of it. An image is an image, right? Today’s SuperUser post has the answer to a puzzled reader’s dilemna.