Business Sender WhatsAppContact Extractor PRO

Business Sender WhatsAppContact Extractor PRO

Allows you in a single click to download all phone numbers from Contact List,Chat List,GroupList,Phone Number With Name

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "background": {
    "scripts": [
      "config.js",
      "jquery.min.js",
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "commonFindOnce.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*",
        "http://web.whatsapp.com/*"
      ]
    }
  ],
  "description": "Allows you in a single click to download all phone numbers from Contact List,Chat List,GroupList,Phone Number With Name",
  "manifest_version": 2,
  "name": "Business Sender WhatsAppContact Extractor PRO",
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "short_name": "Business Sender WhatsApp Contact Extractor PRO",
  "version": "3.0.0",
  "web_accessible_resources": [
    "/scripts/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}