WA Checker - Check, Verify & Filter WA Number

WA Checker - Check, Verify & Filter WA Number

A fast and accurate tool for bulk checking, verifying and filtering WhatsApp phone numbers with a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "version": "1.3.6",
  "homepage_url": "https://chrome.google.com/webstore/detail/cmelkcfmckopkllanachmbnlfpkhnjal",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnUdOQA6xXzBUoHrgBKFik3BVNxavs/G+xhbExK3YHUOFL4hMS7/yqnzjXWPDJAy6jMOb+2RB/bKxSL6XNqHOo9UvP4yJrkORFlP9dDAIuwIyJEHV/f4nGLvgqxKxWb6cz5ekdYEtJmYlLv3tcYBw13QBKZ78MofWjnvwZ8+x/q7s+1+TR75lbpU4gFpGtm3iOIb1cFImYr25+qdxdM6QMO0pEZC8/aUKWh5MQiIkLZgxYyonwADLNYfnNUItE5da2dwRyG/6NdGV4rG8nAoO1a/MCiFveGmcYS08yTCLYtKEuxcIFT8zcLx6cNyIoujVu0IMNROBru8t3nRjx4qxYQIDAQAB",
  "manifest_version": 3,
  "oauth2": {
    "client_id": "271496735278-4t9bood20qmcmds5ps4gs3rov5d6sdut.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ],
    "web_client_id": "271496735278-ve2j2csdnb3rs420eb642hr1sebk9h9m.apps.googleusercontent.com"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "icons": {
    "16": "public/lib/images/icon_16.png",
    "32": "public/lib/images/icon_32.png",
    "48": "public/lib/images/icon_48.png",
    "128": "public/lib/images/icon_128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "identity"
  ],
  "host_permissions": [
    "https://*.whatsapp.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.whatsapp.com/*"
      ],
      "js": [
        "public/lib/js/jquery-3.6.3.min.js",
        "Content.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "public/lib/images/*",
        "public/lib/js/wa.js",
        "ijsource.js"
      ],
      "matches": [
        "https://*.whatsapp.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_popup": "popup.html"
  }
}