WA Group Sender

WA Group Sender

A Simple Secure & Fast WhatsApp All Group Message Sender Extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WA Group Sender",
  "short_name": "WA Group Sender",
  "version": "2.4",
  "description": "A Simple Secure & Fast WhatsApp All Group Message Sender Extension.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "whatsapp.js"
      ],
      "matches": [
        "*://*.whatsapp.com/*"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' https://wagroupsender.blogspot.com https://script.google.com; object-src 'self'"
}