C WhatsExtractor

C WhatsExtractor

Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "config.js",
      "jquery.min.js",
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "imgs/128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "js.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*",
        "http://web.whatsapp.com/*"
      ]
    }
  ],
  "icons": {
    "16": "imgs/16.png",
    "32": "imgs/32.png",
    "128": "imgs/128.png"
  },
  "description": "Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...",
  "manifest_version": 2,
  "name": "C WhatsExtractor",
  "permissions": [],
  "short_name": "Whatsapp Extractor",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.1",
  "web_accessible_resources": [
    "/scripts/*"
  ]
}