Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is google chrome local storage saved?

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?)

like image 580
d-_-b Avatar asked Apr 04 '13 03:04

d-_-b


People also ask

Where is Local Storage stored Chrome?

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 Local Storage data stored?

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.

Where is Local Storage in Chrome Android?

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.


1 Answers

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)

like image 156
Oren Ben-Harim Avatar answered Oct 26 '22 07:10

Oren Ben-Harim