NeverDecaf / chromium-web-store

Allows adding extensions from chrome web store on ungoogled-chromium. Also adds semi-automatic extension updating.
MIT License
2.3k stars 76 forks source link

"Update All" no longer works #107

Closed NeverDecaf closed 1 year ago

NeverDecaf commented 1 year ago

Seems chromium has finally fixed the exploit(?) used to enable update all, an alternate solution may be needed.

NeverDecaf commented 1 year ago

The problem was unrelated, however, in the process I discovered that Chrome does not allow content scripts to run on webstore pages. I'm not sure if Chromium has the same behavior by default, but if it does then that would explain some of the issues that have been reported regarding installation of extensions from the web store.

NeverDecaf commented 1 year ago

I tested this and the default behavior in chromium is to block any content scripts from running on web store pages. The specific error is The extensions gallery cannot be scripted.