How to use cookie export in Multilogin 6
How cookie export works
Multilogin only supports JSON for cookie imports – other formats just won’t work. So here’s how to get cookie export right for every browser type:
- Get cookies.txt extension: use for Mimic and Chrome
- Cookie-Editor extension: use for Stealthfox and Firefox
Want to know how to use each extension? Keep scrolling – we’ve got step-by-step guides below.
How to view cookies in a browser
Check cookies
Here's how you can view cookies in a browser:
- For Mimic, paste
chrome://settings/content/all
into the browser address bar - For Stealthfox, paste
about:preferences#privacy
into the browser address bar, and on the page that opens, select “Cookies” → “Manage data”
How to export cookies
Mimic and Chrome
- Install Get cookies.txt in Mimic or a regular Chrome browser
- Click the extension icon and select JSON as the export format
- Click “Export all cookies”
- A
.json
file will be saved on your device automatically

Stealthfox and Firefox
- Install Cookie-Editor in Stealthfox or a regular Firefox browser
- Click the extension icon and select “Export as JSON”
- Paste cookies into a simple text editor like Notepad
- Save the file in the
.json
format
