How to export Chrome localStorage data for a given website URL without visiting it How to export Chrome localStorage data for a given website URL without visiting it google-chrome google-chrome

How to export Chrome localStorage data for a given website URL without visiting it


ok i solved this for my case by:

  • started a web server on port 80 (actually was a spring boot app with had nothing to do with this)
  • added my machine's IP to the hosts file redirecting the URL to my IP
  • opened chrome on the "old URL"
  • exported the LS data with LocalStorage Manager
  • removed redirect in the hosts file