Cookie & Storage Toolkit version history - 2 versions
Cookie & Storage Toolkit by Hadesker
Cookie & Storage Toolkit version history - 2 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 2.2
Released May 21, 2026 - 297.01 KBWorks with firefox 109.0a1 and later- Improved imported cookie normalization before saving cookies through the browser API.
- Added cookie store ID detection and preservation when the imported cookie store exists in the current browser profile.
- Avoids applying invalid or unavailable
storeIdvalues during cookie import. - Normalizes
SameSite=Nonecookies to the browser-compatibleno_restrictionvalue. - Automatically marks
SameSite=Nonecookies as secure, matching browser requirements. - Cleans imported cookie domains by removing the leading dot when setting cookies through the browser API.
- Improves handling of expiration dates by only applying valid positive expiration values.
Source code released under MIT License
Older versions
Version 2.1
Released May 18, 2026 - 296.7 KBWorks with firefox 109.0a1 and laterCookie & Storage Toolkit gives you a compact browser data workspace inside the side panel or sidebar, so you can manage cookies, localStorage, and sessionStorage for the current website without jumping between settings pages or developer tools.
What you can do:- View cookies for the active tab, including domain, path, value, and security flags.
- View localStorage and sessionStorage for the active tab origin.
- Filter cookies by domain and sort by cookie name or value.
- Filter storage items by localStorage or sessionStorage and sort by key or value.
- Select specific cookies before exporting or copying data.
- Select specific storage items before exporting or copying data.
- Add, edit, and delete cookies or storage items directly from the side panel.
- Delete multiple selected cookies or storage items with a confirmation popup.
- Copy cookie names, storage keys, and values quickly from each row.
- Export selected cookies as JSON, Netscape Cookie File, browser-console JavaScript, or encrypted
.cmpfile. - Import cookies from JSON, Netscape Cookie File text, pasted data, or encrypted
.cmpfiles. - Export selected storage items as JSON or browser-console JavaScript.
- Import storage items from JSON files or pasted JSON data.
- Export and import migration
.mcmpfiles that include both cookies and storage items for the current site. - Use password-based encryption for sensitive cookie export files.
- Work with a compact dark dashboard interface designed for repeated developer and QA workflows.
Why install it?
Cookie & Storage Toolkit is useful for debugging login states, testing user sessions, moving cookies and web storage between environments, checking cookie flags, and keeping cookie export files safer with local password-based encryption.Source code released under MIT License