Cookie Editor Versions Save

A powerful browser extension to create, edit and delete cookies

v1.13.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Moustachauve/cookie-editor/compare/v1.12.2...v1.13.0

v1.12.2

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Moustachauve/cookie-editor/compare/v1.12.1...v1.12.2

v1.12.1

7 months ago

Bug Fixes

  • Fix wrong condition for excluding browsers from specific ad.
  • Implement suggested changes by XCode for Safari extension.
  • Remove link to Github sponsor for Safari to be compliant with their rules.

Use "cookie-editor-chrome-all-permissions1.12.1.zip" for chrome-like browsers that do not support dynamic permissions.

Full Changelog: https://github.com/Moustachauve/cookie-editor/compare/v1.12.0...v1.12.1

v1.12.0

7 months ago

New Features

  • New Dark Theme!
  • New option page to customize Cookie-Editor.
  • Add support for the Header String format for both import and export.
  • Add ability to turn on and off the devtools panel.
  • New browser permission system.
    • This allows more granularity on which page Cookie-Editor can access.
    • It can now be enabled on a per-site basis.
  • Add more explanations on how to use Cookie-Editor on Safari for iOS.
  • Use Manifest v3 for more browsers. They now all use manifest v3.
    • Firefox
    • Safari
    • Edge
    • Opera
  • Improve handling of "Session" and "HostOnly" inputs.
  • Add the current version number in the interface.

Bug Fixes

  • Fix issues with Netscape format (#110, #122)
  • Fix issue when Cookie-Editor is rendered with a very small width.
  • Improve browser detection reliability. (commit fc1cbb7).
  • Fix some missing outlines on focus for better accessibility.
  • Improve some styling issues on Safari.

Full Changelog: https://github.com/Moustachauve/cookie-editor/compare/v1.11.0...v1.12.0

v1.11.0

1 year ago
  • Improve accessibility
    • Improved keyboard navigation
    • Improved screen reader compatibility
  • Add support for Safari on Mac and iOS
  • Migrated to Manifest V3 for Chrome
  • Add support for importing and exporting Netscape format
  • Bug fixes and minor improvements

What's Changed

New Contributors

Full Changelog: https://github.com/Moustachauve/cookie-editor/compare/v1.10.1...v1.11.0

v1.10.1

3 years ago

Fixes the devtools window not working as intended

v1.10.0

3 years ago
  • Add a search bar to filter cookies
  • Add offline_enabled properties to chromium browsers
  • Change SVG link format
  • Fix issue where cookies from Chrome couldn't be imported in Firefox
  • Fix issue where text foreground color in Firefox can render it unreadable

v1.9.0

5 years ago
  • Fix issue where the window would not resize properly
  • Fix issue on browsers version that do not support the "sameSite" attribute

v1.8.1

5 years ago
  • Bug fixes and performance improvement

v1.8

5 years ago

Added advanced cookie edition. You can now edit all the cookie values including:

  • The domain
  • The path
  • The expiration date
  • The sameSite restriction
  • Etc