Current Domain Cookie Cleaner Firefox

Examine source code of Current Domain Cookie Cleaner

Inspect and view changes in Current Domain Cookie Cleaner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Current Domain Cookie Cleaner",
  "version": "1.1",
  "description": "Cleans cookies, localStorage, sessionStorage, IndexedDB, cache, history, forms and other data for the current site.",
  "permissions": [
    "cookies",
    "activeTab",
    "tabs",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "browsingData",
    "storage",
    "history",
    "downloads",
    "webNavigation"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8d82a5fb-9475-4976-b18b-b73ab902e37e}"
    }
  }
}

Best Current Domain Cookie Cleaner Alternatives

Here are some Firefox add-ons that are similar to Current Domain Cookie Cleaner: