Open crabdancing opened 5 years ago
I've made a chrome version of the extension and uploaded it to the Chrome web store. Unfortunately, it doesn't look like Google allows you to distribute extensions on your own like Firefox does.
Sure they do. At worst, you could just load it as an unpacked extension.
According to the docs on distributing extensions, they've stopped allowing Chrome users to install extensions from plain .crx
files. Extensions either have to come from the web store, or they have to be hosted on your own server.
I could distribute it as an unpacked extension, but that would require the user to flip Chrome over into "developer mode", and endure annoying periodic prompts about leaving developer mode extension installed.
Yeah, I was thinking of distributing it as an unpacked extension. Also, disallowing users from installing .crx files is pretty user hostile and obnoxious.
I personally have developer mode on 24/7 and have the extension installed that way. No trouble so far.
This requires changing two words in
background.js
... seems like it should be really easy to add to your extension packing toolchain.