Extracts all Chrome cookies found on host in a JSON file.
Cookies can then be injected using the EditThisCookie Chrome extension.
Works on Windows, Linux and MacOS.
python cookie_extractor.py
To compile to a single binary (e.g. executable), install pyinstaller and run:
pyinstaller --onefile cookie_extractor.py
Note that this will make the binary tied to the OS you create it on (e.g. running on Windows will create an .exe that can't run on Linux, and vice-versa).