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
Sure,
I have a custom extension I developed that I only distribute to one other person, I do not want to publish it on the chrome store.
So as an alternative, the extension should update itself, as it works with a node server running in the background, I already
Download the newest version
Replace the source files
Use your code to begin reloading
The user has to go manually re-enable the extension.
After .setEnabled(id,false) the extension itself goes blank,
maybe there is someway to spawn a process that re-enables and launches it before that?
The text was updated successfully, but these errors were encountered: