v1.0.1 — Bug Fixes and Polish
Cookie Manager v1.0.1
This patch release addresses several bugs reported since the initial launch and includes quality-of-life improvements across the extension.
Bug Fixes
- Fixed cookie editing on subdomains: Editing cookies scoped to subdomains (e.g.,
api.example.com) now correctly preserves the domain attribute instead of defaulting to the root domain. - Fixed export on pages with special characters: Exporting cookies from URLs containing special characters (query strings, fragments) no longer produces malformed filenames.
- Fixed auto-delete rule timing: Rules set to "every 6 hours" now fire at the correct intervals. Previously, the alarm could drift when Chrome's service worker was suspended and restarted.
- Fixed profile restore on empty state: Restoring a profile when no cookies exist for the current domain no longer shows a brief error flash.
Improvements
- Faster popup load time: Reduced initial render time by deferring non-critical UI elements. The cookie list now appears approximately 40% faster on sites with large numbers of cookies.
- Better search highlighting: Search matches now highlight the matched portion of cookie names and values, making it easier to spot the relevant cookies.
- Improved Netscape export compatibility: The Netscape format output now includes the
# Netscape HTTP Cookie Fileheader line, improving compatibility with older versions of curl and wget. - Updated translations: Corrected several translation strings in Spanish and Japanese.
Install
Install or update from the Chrome Web Store. If you are running from source, pull the latest code and reload the extension at chrome://extensions/.
Cookie Manager is open source under the MIT license. Report issues on GitHub or join the discussion.
Built by Zovo. Check out our other extensions: Tab Suspender | JSON Formatter | Regex Tester | Clipboard History