A minimalist yet efficient cookie manager for Firefox
SimpleCookie is the easiest and fastest way to view, learn about and delete cookies. It's also a configurable cleaner, so you can delete the browsing data of your choice. Remember that cookies are not all bad and are often very useful, so please be careful when using this add-on, read the description carefully and report any bugs or feature requests on GitHub.
-
Cookie fetching: SimpleCookie supports all cookie jars (containers) and partitioned cookies (3rd party, CHIPS) and displays a list of websites with the corresponding number of cookies.
-
Domain aggregation: SimpleCookie consolidates cookie subdomains under a main domain for clarity. It includes hundreds of exceptions for specific Second Level Domains (SLDs) used in various countries (e.g., .co.uk, .gouv.fr).
-
Organized list: Websites are sorted alphabetically for easy access. Sites storing cookies with an open tab are shown in green. The active tab's domain is highlighted, along with sites in special containers or with partitioned cookies.
-
Detailed view: Right-clicking on a listed website opens a table with detailed information about its associated cookies. Right-clicking additional sites consolidates this table with more cookies.
-
Effortless cookie removal: A single click on a website deletes all cookies associated with that domain. Clicking on a specific cookie line in the detailed table removes only that individual cookie.
-
Safety first: A 'star/favorite' icon allows you to protect cookies from being deleted. A 'backwards' icon appears in the Dock to undo the very last cookie deletion you triggered after clicking a website. A confirmation prompt also appears for the Dock shortcuts. Many footnotes have been added for educational purposes (icons, table headers, settings).
-
Dock shortcuts: The 'broom' icon deletes all cookies from websites with closed tabs, while retaining cookies from open tabs (highlighted in green) and your favorites. The 'trash can' icon deletes all cookies stored in Firefox except your favorites. The 'hand sparkles' icon launches the myCleaner feature, allowing you to clear your selected browsing data. The 'gear' icon opens the settings.
-
Tracker database: SimpleCookie uses an internal tracking database derived from Ghostery (https://github.com/ghostery/trackerdb) to identify organizations/websites known to track behavior (ghost icon). While this does not confirm the collection of data in requests and cookies from these sites, they are known for their impact on user privacy.
-
Theme options: Light and Dark themes work seamlessly with Firefox's theme settings. The add-on also uses a system font that should be appropriate for the OS it runs on (macOS, Windows, Linux).
-
Lightweight design: Minimalist and efficient UI. No background scripts intentionally. Font Awesome is used as icon library.
-
Privacy policy: SimpleCookie does not collect any data and there is no analytics or telemetry stuff in the code. This is just an open source hobby project by an indie dev (I'm not even a developer, I'm a researcher!) who is concerned about privacy. SimpleCookie uses the following permissions to work properly: 'all_urls' (for the domain aggregation), 'browsingData' (to clean up the dust!), 'cookies' (of course!), 'tabs' (to identify the active and closed tabs), 'contextualIdentities' (for the containers) and 'storage' (to store the settings).