Enhanced Cookie AutoDelete Firefox

Examine source code of Enhanced Cookie AutoDelete

Inspect and view changes in Enhanced Cookie AutoDelete source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Enhanced Cookie AutoDelete",
  "version": "1.0",
  "description": "Automatically deletes cookies after closing a tab, with a whitelist for exceptions.",
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "Manage Cookie AutoDelete"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4c67b73d-a68f-4158-aed5-27fa85601d85}"
    }
  }
}

Best Enhanced Cookie AutoDelete Alternatives

Here are some Firefox add-ons that are similar to Enhanced Cookie AutoDelete: