WAIncognito

WAIncognito

Be invisible on WhatsApp™ Web by disabling read receipts and presence updates

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon_128_reshaped.png"
  },
  "content_scripts": [
    {
      "js": [
        "core_injection.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "styles.css",
        "lib/drop/css/drop-theme-basic.css"
      ],
      "js": [
        "core/ui_class_names.js",
        "core/ui.js",
        "lib/drop/drop.js",
        "lib/sweetalert/sweetalert.min.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ],
  "description": "Be invisible on WhatsAppâ„¢ Web by disabling read receipts and presence updates",
  "icons": {
    "128": "images/icon_128_blue.png"
  },
  "manifest_version": 2,
  "name": "WAIncognito",
  "permissions": [],
  "short_name": "WhatsIncognito",
  "version": "1.0.1",
  "web_accessible_resources": [
    "lib/*",
    "core/*",
    "images/*"
  ],
  "homepage_url": "https://waplus.io/whatsapp-tools",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}