Extract and export cookies with ease
A simple yet powerful Chrome extension that helps you extract and export cookies from any website with just one click.
Add to ChromeAdd to Edge
Key Features
One-Click Extraction
Extract cookies from any website with just one click. No technical knowledge required.
Export in Multiple Formats
Export cookies to JSON, text format to suit your needs.
Integrate with Your Site
Initiate extraction requests directly from your site's page for seamless integration.(Since v2.0.0)
Secure & Private
Your data never leaves your browser. All operations are performed locally for maximum privacy.
See It In Action
Watch how Cookies Extractor can simplify your web development and testing workflow.
Integration Demenstration
Follow the steps below to see how you can integrate Cookies Extractor with your site.
pnpm install @plasmohq/messaging
import { sendToBackgroundViaRelay } from '@plasmohq/messaging'
function DemoComponent() {
const getCookies = async () => {
const cookies = await sendToBackgroundViaRelay({
name: 'cookies-extractor',
body: {
domain: 'domain-you-want-to-get-cookies-from.com',
format: 'http-header' // or 'json'
}
})
console.log(cookies) // use it as you wish
}
return (
<>
<button onClick={getCookies}>Get Cookies</button>
</>
);
}
Try it now
Prerequisites
- 1. Install the Cookies Extractor extension
- 2. Visited one of Facebook pages