acceptcookie Firefox

Examine source code of acceptcookie

提供元: zncoder
Inspect and view changes in acceptcookie source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "acceptcookie",
  "version": "1.3.0",
  "manifest_version": 2,
  "description": "Automatically click accept cookie button",
  "icons": {
    "48": "icons/48.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "https://stackoverflow.com/*",
        "https://*.stackexchange.com/*",
        "https://www.youtube.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "page.js"
      ]
    }
  ]
}

ベストのacceptcookie代替案

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