WhatCampaign Firefox

Examine source code of WhatCampaign

Inspect and view changes in WhatCampaign source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "WhatCampaign",
  "description": "swap out Google Analytics parameters with invalid data",
  "manifest_version": 2,
  "version": "1.0.9",
  "homepage_url": "https://home.oniprojekt.ninja",
  "icons": {
    "48": "WhatCampaign-48.png"
  },
  "permissions": [
    "webRequest",
    "tabs",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*utm*"
      ],
      "run_at": "document_start",
      "js": [
        "active_handling.js"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_idle",
      "js": [
        "rewrite_links.js"
      ]
    }
  ]
}

Best WhatCampaign Alternatives

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