Cookie Cleaner (Per Site) Firefox

Examine source code of Cookie Cleaner (Per Site)

Inspect and view changes in Cookie Cleaner (Per Site) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cookie Cleaner (Per Site)",
  "version": "1.0.0",
  "description": "Xoá cookie và local/sessionStorage cho domain hiện tại. Có tuỳ chọn xoá riêng lẻ hoặc tất cả.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "cookies",
    "*://*/*"
  ],
  "browser_action": {
    "default_title": "Cookie Cleaner (Per Site)",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{76394dbe-0722-4de8-a24f-946c1b43e24d}"
    }
  }
}

Best Cookie Cleaner (Per Site) Alternatives

Here are some Firefox add-ons that are similar to Cookie Cleaner (Per Site):