Simple GDPR PopUp Decliner Firefox

Examine source code of Simple GDPR PopUp Decliner

Inspect and view changes in Simple GDPR PopUp Decliner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Simple GDPR Cookie PopUp Decliner",
  "description": "Automatic declining of GDPR cookie consent popups",
  "author": "Intelligent-Solutions",
  "homepage_url": "https://github.com/Philippwolf/Simple-GDPR-Cookie-PopUp-Decliner",
  "version": "1.3",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_title": "Simple GDPR Cookie PopUp Decliner",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "scripts/GDPRConfig.js",
      "scripts/background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "auto.html"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/Tools.js",
        "scripts/GDPRConfig.js",
        "scripts/language.js",
        "scripts/Matcher.js",
        "scripts/Consent.js",
        "scripts/Action.js",
        "scripts/Detector.js",
        "scripts/CMP.js",
        "scripts/ConsentEngine.js",
        "scripts/AutomaticDetection.js",
        "scripts/contentScript.js"
      ],
      "css": [
        "styles/content.css"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "assets/icon_48.png",
    "96": "assets/icon_96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gdpr@intelligent-solutions.at",
      "strict_min_version": "62.0"
    }
  }
}

Best Simple GDPR PopUp Decliner Alternatives

Here are some Firefox add-ons that are similar to Simple GDPR PopUp Decliner: