WAPI Extractor

WAPI Extractor

Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "/js/background.js"
  },
  "action": {
    "default_icon": "/image/[email protected]",
    "default_popup": "popup.html",
    "default_title": "WAPI Extractor"
  },
  "content_scripts": [
    {
      "js": [
        "/js/content_script.js"
      ],
      "matches": [
        "*://web.whatsapp.com/"
      ]
    }
  ],
  "description": "Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.",
  "externally_connectable": {
    "matches": [
      "*://web.whatsapp.com/"
    ]
  },
  "homepage_url": "https://www.wapi7.com",
  "icons": {
    "16": "/image/[email protected]",
    "32": "/image/[email protected]",
    "128": "/image/[email protected]"
  },
  "manifest_version": 3,
  "name": "WAPI Extractor",
  "host_permissions": [
    "*://api.gumroad.com/*"
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "short_name": "WAPI Extractor",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.2.3",
  "web_accessible_resources": [
    {
      "resources": [
        "/js/client.js",
        "/js/wppconnect-wa.js",
        "popup.html",
        "/image/qrcode.png",
        "/image/profile-pic.jpg",
        "/video/loading-animation.mp4",
        "/video/green-spinner.mp4"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ]
}