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입니다: