Block Mailtrack Firefox

Examine source code of Block Mailtrack

By: Gioxx
Inspect and view changes in Block Mailtrack source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Block Mailtrack",
  "version": "1.1",
  "description": "Block tracking pixel from mailtrack.io (for Gmail).",
  "homepage_url": "https://github.com/gioxx/block-mailtrack",
  "browser_specific_settings": {
    "gecko": {
      "id": "block-mailtrack@noads.it"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.googleusercontent.com/",
    "*://mail.google.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.googleusercontent.com/",
        "*://mail.google.com/*"
      ],
      "css": [
        "mtsignature.css"
      ]
    }
  ]
}

Best Block Mailtrack Alternatives

Here are some Firefox add-ons that are similar to Block Mailtrack: