Quick Cookies - cookies.txt exporter Firefox

Examine source code of Quick Cookies - cookies.txt exporter

By: BRADSEC Add-on
Inspect and view changes in Quick Cookies - cookies.txt exporter 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": 3,
  "name": "Quick Cookies - cookies.txt exporter",
  "version": "1.0.0",
  "description": "Export the current site's cookies as a Netscape cookies.txt file.",
  "permissions": [
    "cookies",
    "downloads",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Export cookies.txt",
    "default_icon": {
      "16": "icons/16.png",
      "24": "icons/24.png",
      "32": "icons/32.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quickcookies@bradsec.github.io",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Quick Cookies - cookies.txt exporter Alternatives

Here are some Firefox add-ons that are similar to Quick Cookies - cookies.txt exporter: