CookiesDel Firefox

Examine source code of CookiesDel

Inspect and view changes in CookiesDel source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Delete any Cookies",
  "version": "1.0",
  "description": "Quickly delete cookies, localStorage, and cache for the current site.",
  "permissions": [
    "cookies",
    "browsingData",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Delete any Cookies",
    "default_icon": "icons/icon128.png"
  },
  "icons": {
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9135ae8d-d426-4d8f-966c-89457fd1dd6b}",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best CookiesDel Alternatives

Here are some Firefox add-ons that are similar to CookiesDel: