11

I want to open Local Storage files of Google Chrome. I found where Chrome stores them, but I could not open them.

How can I do that?

kenorb
  • 26,615
jamjam
  • 113

1 Answers1

12

You can browse .localstorage files by a SQLite browser, such as the open source program called sql-lite database browser

On macOS, you can install via Brew: brew install sqlite.

kenorb
  • 26,615
wizlog
  • 13,573