Consent Right Firefox

Examine source code of Consent Right

Inspect and view changes in Consent Right source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Consent Right",
  "description": "Consent Dialogues? Rightly Handled.",
  "version": "0.9.7",
  "manifest_version": 2,
  "options_ui": {
    "page": "dashboard.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "javascript/utils.js",
      "javascript/background.js",
      "javascript/full.js",
      "javascript/allow.js",
      "javascript/toggles.js",
      "javascript/li.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "javascript/content.js"
      ]
    }
  ],
  "icons": {
    "19": "ui/on.png",
    "48": "ui/48.png",
    "128": "ui/128.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    "javascript/full.js",
    "javascript/allow.js",
    "javascript/li.js",
    "javascript/toggles.js"
  ]
}

Best Consent Right Alternatives

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