Referee Firefox

Examine source code of Referee

Inspect and view changes in Referee source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Referee",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "Remove tracking refs from URLs and copy them to your clipboard.",
  "icons": {
    "16": "referee-16.png",
    "48": "referee-48.png",
    "128": "referee-128.png"
  },
  "background": {
    "scripts": [
      "common.js"
    ]
  },
  "browser_action": {
    "default_icon": "referee-48.png",
    "default_title": "Referee",
    "default_popup": "popup.html",
    "browser_style": true
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Shift+Alt+C"
      }
    }
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "tabs"
  ]
}

Best Referee Alternatives

Here are some Firefox add-ons that are similar to Referee: