This is a CLI tool for extracting Chrome storage, such as cookies and local storage.
- macOS
brew install shunirr/extract-chrome-storage/extract-chrome-storageextract-chrome-storage --helpextract-chrome-storage cookie --domain ".example.com"extract-chrome-storage local-storage --domain "www.example.com" --key "localStorageData"extract-chrome-storage cookie --browser slack --app-store --domain ".slack.com" | jq .extract-chrome-storage local-storage --browser slack --app-store --domain "app.slack.com" --key "localConfig_v2" | jq .