Cookie Helper Firefox

Examine source code of Cookie Helper

Inspect and view changes in Cookie Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Cookie Helper",
  "description": "More privacy, better browsing",
  "version": "0.1.4",
  "default_locale": "en",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "cookies",
    "browsingData",
    "tabs",
    "storage",
    "nativeMessaging",
    "theme"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "CookieFirefoxHelper@sweetpproductions.com",
      "strict_min_version": "121.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon16Mid.png",
      "32": "icons/icon32Mid.png"
    },
    "default_title": "Cookie",
    "default_popup": "action/index.html"
  }
}

최고의 Cookie Helper 대안

다음은 Cookie Helper과(와) 유사한 Firefox add-on입니다: