WAFilter - Free Check & Verify WA Number

WAFilter - Free Check & Verify WA Number

WA Filter: A reliable tool to swiftly verify, check, and filter WhatsApp numbers for efficient and secure contact management.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/hopikfkiklgojgmbhofpnonopanplcek",
  "default_locale": "en",
  "host_permissions": [
    "<all_urls>",
    "*://*/*"
  ],
  "permissions": [
    "storage"
  ],
  "action": {
    "16": "icons/128.png",
    "32": "icons/128.png",
    "48": "icons/128.png",
    "128": "icons/128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__"
  },
  "icons": {
    "16": "icons/128.png",
    "32": "icons/128.png",
    "48": "icons/128.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.whatsapp.com/*"
      ],
      "js": [
        "js/content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/inject-script.js",
        "js/api.js"
      ],
      "matches": [
        "*://*.whatsapp.com/*"
      ]
    }
  ],
  "version": "1.0.6",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}