You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.
Inox disables the chrome store, but I want my extensions to be updated automatically, what they wont do, if i have to unpack them every time. Is there a possibility to this?
The text was updated successfully, but these errors were encountered:
There are external utilities to do this, but I'm not sure if they will do it in the background. In terms of a solution in the browser itself, there is a patch that currently disables some parts of the Chrome Web Store downloading mechanism since it depends on a hardcoded URL. But, since extensions include an update URL in the manifest file, it should be possible to modify the extension downloading code to use the update URL (which would make it possible to update extensions from any server).
Also see the discussion at #7, especially the latest message. InspectorMustache wrote a nice tool to manually update extensions.
You could extend it with a systemd service and timer to periodically download new versions.
Inox disables the chrome store, but I want my extensions to be updated automatically, what they wont do, if i have to unpack them every time. Is there a possibility to this?
The text was updated successfully, but these errors were encountered: