WA - Bulk Messages Sender

WA - Bulk Messages Sender

Send Private or Bulk Messages WhatsApp to your Contacts or new Contacts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "author": "Snurf Corp",
  "background": {
    "persistent": false,
    "scripts": [
      "smph/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "xxx/icon.png",
      "38": "xxx/icon.png"
    },
    "default_title": "WA - Bulk Messages Sender"
  },
  "content_scripts": [
    {
      "css": [
        "smph/0d8fd505a99478275324ed48ae42bfea.css"
      ],
      "js": [
        "smph/jquery.js",
        "smph/smph.js",
        "smph/app736e75726620636f7270.js"
      ],
      "matches": [
        "*://*.whatsapp.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "smph/*"
  ],
  "icons": {
    "16": "xxx/icon.png",
    "48": "xxx/icon.png",
    "128": "xxx/icon.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "*://*.whatsapp.com/*",
    "activeTab",
    "background"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "minimum_chrome_version": "37",
  "name": "WA - Bulk Messages Sender",
  "short_name": "WA - Sender Bulk",
  "description": "Send Private or Bulk Messages WhatsApp to your Contacts or new Contacts.",
  "version": "1.4.0"
}