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
The Chrome Extension once enabled right now cannot be turned off. This can become problematic for users if they hit a bug because of the extension or want to turn it off just for the sake of it.
They should see a toggle inside the popup which should turn off the changes caused by this app.
The toggle should be persisted in Chrome storage so that it does not disappear even if the user closes the app and opens it up later.
PS. You might need to add the storage context to the manifest file
The text was updated successfully, but these errors were encountered:
The Chrome Extension once enabled right now cannot be turned off. This can become problematic for users if they hit a bug because of the extension or want to turn it off just for the sake of it.
They should see a toggle inside the popup which should turn off the changes caused by this app.
The toggle should be persisted in Chrome storage so that it does not disappear even if the user closes the app and opens it up later.
PS. You might need to add the storage context to the manifest file
The text was updated successfully, but these errors were encountered: