WA Contacts Extractor

WA Contacts Extractor

Extract and export all WhatsApp contacts from groups, chats and labels. Choose from CSV, Excel, JSON, or VCard formats.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "2.1.23",
  "author": "WAContactsExtractor",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage",
    "identity",
    "unlimitedStorage"
  ],
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "plasmo-overlay.db6b23e9.js"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "default_locale": "en",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgFiHMIWEtxFKCNP1IZG5lK6tZuV5lKUazhXmYd1yElfc6Z4WwSRSkYAvEHEPg0OUs51/QdY1FCIzwQFPn43kZUxzyTe0644oEJGQVRxpNr9k/ujkDRkBN1IbpXsxU3rcg6HA480h7dMmy4FdPvV1NxNHkjlF52K+bSpB0Tp5Kn7dR2XE2NcARptBijsx1F1DDmqI4BWKR4Shztq5KFerEct5BLFSIpWNxdaUvFx/Tjq8vsLFr4O4iMIXbZVDK0i7t0baoAvGkPcdduK6XYH6L8naji4DK2vZbjVLc2fCcRRtdkkeSHHUdL6W9uQjKVkkvQ0KWmehT2A47ouZCcIKLQIDAQAB",
  "host_permissions": [
    "*://*.whatsapp.com/*"
  ],
  "oauth2": {
    "client_id": "212318457565-pip8h2pjtoo3lg04esfkv2kr6b5cd6ke.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/w.js",
        "assets/i.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "resources": [
        "plasmo-overlay.b5a63de5.css"
      ]
    }
  ]
}