Clean Links Firefox

Examine source code of Clean Links

Inspect and view changes in Clean Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Clean Links",
  "version": "1.0.2",
  "description": "Removes referral tracking and affiliate commissions from links. Blocks affiliate cookies, intercepts redirect chains, and strips tracking parameters.",
  "browser_specific_settings": {
    "gecko": {
      "id": "clean-links@off-whikoma.com",
      "strict_min_version": "147.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "cookies",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icon48.png",
      "96": "icon96.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  }
}

Best Clean Links Alternatives

Here are some Firefox add-ons that are similar to Clean Links: