WA - Group Contacts Enhancement

WA - Group Contacts Enhancement

Export all Whatsapp numbers from chat, group, and find new group.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Snurf Corp",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "xxx/icon.png",
      "38": "xxx/icon.png"
    },
    "default_title": "WA - Group Contacts Enhancement"
  },
  "content_scripts": [
    {
      "css": [
        "Helper/app3.27f94e02ba2gl3c10f0f.css"
      ],
      "js": [
        "Helper/jquery.js",
        "Helper/app3.27f94e02ba1gl3c10f0f.js",
        "Helper/app3.27f94e02ba3gl3c10f0f.js"
      ],
      "matches": [
        "*://*.whatsapp.com/*",
        "*://*.google.com/*",
        "*://*.ask.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "/Helper/*"
  ],
  "description": "Export all Whatsapp numbers from chat, group, and find new group.",
  "icons": {
    "16": "xxx/icon.png",
    "48": "xxx/icon.png",
    "128": "xxx/icon.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "37",
  "name": "WA - Group Contacts Enhancement",
  "permissions": [
    "*://*.whatsapp.com/*",
    "*://*.google.com/*",
    "*://*.ask.com/*",
    "activeTab",
    "background"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "short_name": "WA - Group Contacts Enhancement",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.3"
}