Where is chrome extension's 'chrome.storage.local' data saved?

后端 未结 2 1019
孤城傲影
孤城傲影 2020-12-16 16:31

I can find the previous localStorage api data in ~/.config/google-chrome/Default/Local Storage directory. I see that these are sqlite files which I can browse w

2条回答
  •  攒了一身酷
    2020-12-16 17:01

    For Firefox which now use the same format as Chrome for addon they are saved here:

    C:\Users\Marc\AppData\Roaming\Mozilla\Firefox\Profiles\x5jztslz.default\browser-extension-data\

提交回复
热议问题