Super Agent - Automatic cookie consent Firefox

Examine source code of Super Agent - Automatic cookie consent

Inspect and view changes in Super Agent - Automatic cookie consent source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "superagent - Automatic cookie consent",
  "version": "4.2",
  "description": "superagent automatically fills out website's cookie consent forms for you based on your preferences. superagent will save you a lot of clicks and let you take control of your privacy in a very easy way.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{a9cc4ef5-1149-47a9-8b94-490f324fe157}"
    }
  },
  "permissions": [
    "storage",
    "theme",
    "tabs",
    "cookies",
    "activeTab"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "static/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "static/js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "match_about_blank": true
    }
  ],
  "icons": {
    "32": "images/logo/32.png",
    "64": "images/logo/64.png",
    "128": "images/logo/128.png",
    "256": "images/logo/256.png",
    "512": "images/logo/512.png",
    "1024": "images/logo/1024.png"
  },
  "action": {
    "default_title": "superagent",
    "default_popup": "popup.html"
  }
}

Best Super Agent - Automatic cookie consent Alternatives

Here are some Firefox add-ons that are similar to Super Agent - Automatic cookie consent: