Some websites show local storage being used (in Google Chrome: CTRL+I
, resources tab, Local Storage).
For example, StackOverflow has a "login-prefs" key with my default sign-in provider(?). So from what I can tell it is a json object.
Where on my computer would that data be stored (Ubuntu and Windows)? (or is it not stored once the browser is closed?)
With the extension's background page open, just go to the developer tools by pressing F12, then go to the Application tab. In the Storage section expand Local Storage. After that, you'll see all your browser's local storage there.
Where is localStorage stored? Firefox saves storage objects in an SQLite file called webappsstore. sqlite , which is also located in the user's profile folder.
To view the storage data on Chrome Android, tap on the three dots in the corner of Chrome and go to Settings>Site Settings>Data Stored. You will be able to view the size of cache storage of all the sites.
Google chrome store the local storage data on the following location:
\AppData\Local\Google\Chrome\User Data\Default\Local Storage\leveldb\006911.log
I use: windows 10 Version 62.0.3202.75 (Official Build) (64-bit)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With