WA Number Checker & Filter & Validator

WA Number Checker & Filter & Validator

WhatsApp Phone Numbers Checker & Filter & Validator is a safe tool to filter which numbers have an active WhatsApp or not.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "identity",
    "tabs",
    "unlimitedStorage"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "all_frames": false,
      "run_at": "document_idle"
    }
  ],
  "oauth2": {
    "client_id": "628184170891-doe5a0t893mkg2qau77kd4qh5rht8fr0.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvRotQfHVP8k8XTPv6NOnXVMJmztbX0aVBV2LgZhVhOMOY5T78woXmM8y7uJt7r5cqhNMATbzlsuRZyvaZWHjQGP824ytzivb+sZjW1GtUVGDDrrlLha6pWff99DrLjA/SnTCyapPp92nD20bvpVjdJSDxxK4FoD6YGSFMdmB15xueYwk1f4/iTlYRDlkGH34puw9rMKkLoNDUCC3rakSoDlzKWMvNxJyP1iEERbmN6+a1wz304pHhNPt7GjpsS5t33elWPIE+m6p7DLh9JWqbnfdVm16KRSwMr5e8xpUEhgCK9ZJX6xr9gYOdpc3uVJDwgHbxl07OkuW5kEs4gGP+QIDAQAB",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "version": "1.0.6"
}