jcbpglbplpblnagieibnemmkiamekcdg
Copy all cookies used in the current tab to the clipboard. This extension can be called by the shortcut key "Ctrl+Shift+K". It works as like as the export feature of the EditThisCookie (http://editthiscookie.com/). The copied cookie objects can be used by puppeteer (https://github.com/puppeteer/puppeteer).
Cookie-Editor
Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab. Cookie-Editor is designed to have a simple to use interface that let you do most standard cookie operations. It is ideal for developing and testing web pages or even manual management of cookies for your privacy. Be careful! Do not share your cookies with anyone you do not trust! Cookies can contain very sensitive information like your login information. If you share your cookies with someone, they could gain full access to your account and compromise it. Feature list: - List all cookies for the current tab. - Search your cookies. - Create, edit and delete your cookies. - Import and export your cookies in many formats (JSON, Netscape, Header string) - Quickly delete all cookies for the current tab. - Customizable: chose what extra data to see, what theme to use (light or dark), the amount of detail to see (advanced mode). Cookie-Editor can help you: - Develop web pages. - Improve your SEO work. - Manage your cookies for privacy. - Improve your browsing experience. Cookie-Editor believes in privacy. Your Cookies are safe and all of your data remains offline. For all feature requests or bug report, please visit the GitHub repository and fill an issue https://github.com/Moustachauve/cookie-editor
EditThisCookie (V3)
EditThisCookie is a cookie manager. You can add, delete, edit, search, protect and block cookies! EditThisCookie is a cookie manager. You can add, delete, edit, search, protect, and block cookies! Inspired by the lack of good cookie managers in Google Chrome, I developed this small, simple, and extremely useful extension that allows you to do anything you'll ever need to do to cookies! Delete any cookie Edit any cookie Add a new cookie Search a cookie Protect a cookie (read-only) Block cookies (cookie filter) Export cookies in JSON, Netscape cookie file (perfect for wget and curl), Perl::LPW Import cookies in JSON Limit the maximum expiration date of any cookie
Copy Paste Cookie Extension
This extension allows you to copy and paste cookie values between tabs. It's particularly useful during front-end development when local development requires using test server cookies to communicate with the test server backend.
Export cookie JSON file for Puppeteer
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.