0

How to clear storage.local outside the WebExtension code without uninstalling the WebExtension?

Inside the WebExtension, storage.local.clear() could be used. On uninstall, storage.local is cleared as well.

Is there another way to remove either the WebExtension's storage.local or all of it? (Either in the browser console, the command line or ...?)

Community
  • 1
  • 1
serv-inc
  • 35,772
  • 9
  • 166
  • 188

1 Answers1

0

As said in the comments:

You can delete the storage file in FF profile folder [... named] browser-extension-data

serv-inc
  • 35,772
  • 9
  • 166
  • 188