Fix for install error in new chromium versions
Opened this issue · 0 comments
solinium commented
CRX files are now not allowed to be installed this way, you get an error basically saying wherever you got the crx file from (incl. the chrome web store) is not an approved source. The fix for this is running with the flag --enable-easy-off-store-extension-install. Not sure about other OSs but on linux you can make this flag persistent by adding this to/creating ~/.config/chromium-flags.conf, each flag on a seperate line. You may want to add this to the readme. Thanks.