Examine source code of 100% Invisible Anonymous Private Tracking | Ghost Mail

Inspect and view changes in 100% Invisible Anonymous Private Tracking | Ghost Mail 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "100% Invisible Anonymous Private Tracking | Ghost Mail",
  "manifest_version": 3,
  "version": "1.3",
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "*://mail.yahoo.com/*"
      ],
      "css": [
        "gmail/box/box.css",
        "gmail/box/popupD.css"
      ],
      "js": [
        "gmail/emailextract.js",
        "gmail/checkGmailLogin.js",
        "gmail/fullauthbutton.js",
        "gmail/pixelinsert.js",
        "gmail/subjectinsert.js",
        "gmail/pixelthread.js",
        "gmail/subjectthread.js",
        "gmail/dbprocessing.js",
        "gmail/box/mainstatsbox.js",
        "gmail/box/boxpopup.js",
        "gmail/box/popupA.js",
        "gmail/box/popupB.js",
        "gmail/box/popupC.js",
        "gmail/box/popupD.js",
        "gmail/thread/threadcounter.js",
        "gmail/thread/threadpopup1.js",
        "gmail/thread/threadghost.js",
        "gmail/thread/threadpopup2.js",
        "gmail/doctracking/docpixel1.js",
        "gmail/bg/checkpaid.js",
        "gmail/pixelsBlocked.js",
        "yahoo/fullauthbutton.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "webNavigation",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "host_permissions": [
    "https://accounts.google.com/*",
    "https://mail.google.com/*",
    "https://www.googleapis.com/*",
    "https://mail.yahoo.com/*",
    "https://login.microsoftonline.com/*",
    "https://outlook.live.com/*",
    "https://graph.microsoft.com/*",
    "https://office.com/*",
    "https://mailseenv2-authapi-f6o7ittoia-uc.a.run.app/*",
    "https://mailseenv2-dbapi-f6o7ittoia-uc.a.run.app/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "static/icon16.png",
      "48": "static/icon48.png",
      "128": "static/icon128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "popup.html",
        "static/eyewhite.png",
        "static/eye.png",
        "static/send-mail.png",
        "static/send-mail-white.png",
        "static/person.png",
        "static/ghost.png",
        "static/ghost2.png",
        "static/ghost3.png",
        "static/graph.png",
        "static/ss1.png",
        "static/logo1.png"
      ],
      "matches": [
        "https://mail.google.com/*",
        "https://mail.yahoo.com/*",
        "https://outlook.live.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  }
}