JSClearCookie Firefox

Examine source code of JSClearCookie

提供元: PageClear Add-on
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"
  ]
}

ベストのJSClearCookie代替案

JSClearCookieに類似したFirefox add-onをいくつか紹介します: