WhatsApp Direct Message

WhatsApp Direct Message

Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WhatsApp Direct Message",
  "description": "Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact.",
  "version": "1.01",
  "manifest_version": 3,
  "action": {
    "default_popup": "options.html",
    "default_icon": "icon16.png"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html"
}