A Chrome extension to download the cookies for the current Chrome window as a Netscape cookie file.
Several CLI utilities such as curl
, wget
and httrack
accept cookie files formatted as a Netscape cookie file. This chrome extension allows you to export Chrome's cookies as a Netscape cookie file.
- Download and extract the directory.
- Navigate to Settings –> Extensions.
- Enable the option Developer Mode in the top right corner.
- Click the newly revealed Load Unpacked Extension button.
- Specify the directory you extracted the directory to.
- Click the 'Export Cookies' icon. The cookies for the current window are downloaded as
cookies.txt
.