JSClearCookie Firefox

Examine source code of JSClearCookie

Inspect and view changes in JSClearCookie source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JsClearCookie",
  "description": "Clear the specified cookies by js",
  "version": "1.1.1",
  "icons": {
    "48": "icons/cookie-48.png",
    "64": "icons/cookie-64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "permissions": [
    "cookies",
    "<all_urls>",
    "tabs",
    "activeTab"
  ]
}

Best JSClearCookie Alternatives

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