This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Where does Metamask-Addon store data? :-|

  • 1 reply
  • 1 has this problem
  • 3 views
  • Last reply by cor-el

more options

Hello,

after a power outage on my Win 10 machine my Metamask-CryptoWallet-Addon doesn't work any more [according to Google it's a known problem for 3 years...].

I have backups of C: and restored all Folders with "Firefox" in the path, e.g. C:\Users\ ...\AppData\Roaming\Mozilla\Firefox... (including the file webextension@metamask.io.xpi)

But the addon is STILL broken. So Metamask must save some data somewhere else... But where? :-|

Any idea?!? Thanks for any help!!

Hello, after a power outage on my Win 10 machine my Metamask-CryptoWallet-Addon doesn't work any more [according to Google it's a known problem for 3 years...]. I have backups of C: and restored all Folders with "Firefox" in the path, e.g. C:\Users\ ...\AppData\Roaming\Mozilla\Firefox... (including the file webextension@metamask.io.xpi) But the addon is STILL broken. So Metamask must save some data somewhere else... But where? :-| Any idea?!? Thanks for any help!!

All Replies (1)

more options

In current releases extensions store their data in indexedDB (storage\default) in the profile folder, but they use a random moz-extension:// (moz-extension+++) URL that is mapped via extensions.webextensions.uuids stored in prefs.js, that can be inspected on the about:config page. You may have to contact the author of the extension om how to restore its data.

You can use the button on the "Help -> More Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page (Root directory).