Consent-O-Matic Firefox

Examine source code of Consent-O-Matic

Inspect and view changes in Consent-O-Matic source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Consent-O-Matic",
  "description": "Automatic handling of GDPR consent forms",
  "author": "CAVI - Aarhus University",
  "homepage_url": "https://github.com/cavi-au/Consent-O-Matic",
  "version": "1.1.5",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "Consent-O-Matic",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "service.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "icon_48.png",
    "96": "icon_96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gdpr@cavi.au.dk",
      "strict_min_version": "109.0"
    }
  }
}

Best Consent-O-Matic Alternatives

Here are some Firefox add-ons that are similar to Consent-O-Matic: