Consenter Consent Agent Firefox

Examine source code of Consenter Consent Agent

Inspect and view changes in Consenter Consent Agent source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "5.3.1",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "default_locale": "de",
  "web_accessible_resources": [
    "options.html"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "history",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "tabs",
    "https://*/*",
    "http://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6fb36f3e-9bc8-4569-9c40-cc7d3db28034}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {}
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Popup",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Consenter Consent Agent Alternatives

Here are some Firefox add-ons that are similar to Consenter Consent Agent: