Easy WhatsApp

Easy WhatsApp

Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Easy WhatsApp",
  "version": "1.0",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Easy WhatsApp"
  },
  "icons": {
    "16": "whatsapp.png",
    "48": "whatsapp.png",
    "128": "whatsapp.png"
  }
}