Compare Chrome extensions: Get cookies.txt vs Export cookie JSON file for Puppeteer

Stats Get cookies.txt Get cookies.txt Export cookie JSON file for Puppeteer Export cookie JSON file for Puppeteer
User count 159,481+ 7,000+
Average rating 3.35 5.00
Rating count 110 8
Last updated 2023-02-21 2021-05-13
Size 1.71M 39.33K
Version 1.9 0.2.0
Short description
Exports your cookies to the Netscape cookie file format a.k.a. cookies.txt which is compatible with wget, curl, youtube-dl and more. Export a cookie JSON file that can be imported by Puppeteer.
Full summary

Exports your cookies to the Netscape cookie file format a.k.a. cookies.txt which is compatible with wget, curl, youtube-dl and more.

The Netscape cookie file format stores one cookie per physical line in the file with a bunch of associated meta data, each field separated with TAB. That file is called the cookiejar in curl terminology. The cookie file format is text based and stores one cookie per line. Lines that start with # are treated as comments.

This extension can be super useful in circumstances of using the authenticated cookies from your Chrome browsing session.

The cookies can be exported by clicking on the 'blue' download button or by clicking on 'Get cookies.txt' in the Chrome context menu on any website.

This is an extension to export the cookie information of the page you are currently viewing as a JSON file converted to a format that can be read by Puppeteer's setCookie() method. This is used when scraping Puppeteer by the session ID that is being accessed by the browser.