Email Tracker for Firefox Firefox

Examine source code of Email Tracker for Firefox

Inspect and view changes in Email Tracker for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Email Tracker for Firefox",
  "version": "1.0",
  "description": "Tracks if your emails are opened by injecting a tracking pixel.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://mail.google.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "mail-tracker@kk.com",
      "strict_min_version": "58.0"
    }
  }
}

Best Email Tracker for Firefox Alternatives

Here are some Firefox add-ons that are similar to Email Tracker for Firefox: