AllMangasReader-dev / AMR

AllMangasReader developer branch
www.allmangasreader.com
Other
97 stars 54 forks source link

Cannot enable on Chrome #134

Closed zaynv closed 8 years ago

zaynv commented 8 years ago

Chrome: Version 50.0.2661.102 (64-bit)

For some reason, when I drag the .crx file into the chrome://extensions/ page, this is the result:

screen shot 2016-05-15 at 6 10 54 pm

As you can see, it is grayed out and pressing the Enable checkbox doesn't work. Any help would be appreciated.

stardisblue commented 8 years ago

it's chrome policies, you can't install external extension in chrome, you'll need to change the browser to something else (Chromium, Opera .... )

edit : see #127

zaynv commented 8 years ago

I was able to find a workaround:

  1. Change the installed file from a .crx into a .zip.
  2. Unzip the file into a folder.
  3. In the chrome://extensions/ page, click the Load unpacked extension... and then just open the folder you you unzipped everything into.

The extension should work after that.