WhatsDownload - WhatsApp groups export

WhatsDownload - WhatsApp groups export

Instantly export contacts from your WhatsApp groups to a CSV file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WhatsDownload - WhatsApp groups export",
  "description": "Instantly export contacts from your WhatsApp groups to a CSV file.",
  "version": "2.0.1.1",
  "author": "Vitor Henckel",
  "action": {
    "default_icon": "icon.png",
    "default_title": "WhatsDownload - Exporting contacts from WhatsApp groups!",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}