Skip to content

JavaScript program to dump contents of HTML5 Web Storage on Google Chrome directly from the file system

License

Notifications You must be signed in to change notification settings

rdreher/chromeStorageDump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

platforms author language
NodeJS
rdreher
JavaScript

chromeStorageDump

NodeJS Script

About this application

Google Chrome uses levelDB to store HTML5 Web Storage data in the file system. This small program reads the contents of a levelDB database and prints it. Alternatively, you can provide a search key.

Dependencies

Run npm install levelup leveldown to install the dependencies.

Usage

node chromeStorageDump.js [Options] /path/to/database

On Windows:

node chromeStorageDump.js -k token "C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default\Local Storage\leveldb"

On OSX:

node chromeStorageDump.js -k token "/Users/<username>/Library/Application Support/Google/Chrome/Default/Local Storage/leveldb"

About

JavaScript program to dump contents of HTML5 Web Storage on Google Chrome directly from the file system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published