Examine source code of Remove Instagram Tracker Parameters

Inspect and view changes in Remove Instagram Tracker Parameters source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Remove Instagram Tracker Parameters",
  "version": "1.0.1",
  "description": "Removes Instagram tracking query parameter appended to URLs shared by other people",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.instagram.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{14d1ebaa-eb43-403c-9e59-798b829c1f7a}"
    }
  }
}