WA Self Sender - Free Messages Sender

WA Self Sender - Free Messages Sender

Send Whatsapp message to a single user or to users in sum without saving number

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WA Self Sender - Free Messages Sender",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "jquerymin.js",
        "content.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ],
  "description": "Send Whatsapp message to a single user or to users in sum without saving number",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "version": "7.0",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "WA Self Sender - Free Messages Sender"
  },
  "web_accessible_resources": [
    "wapi.js"
  ]
}