WhatsApp Direct Message
Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact.
What is WhatsApp Direct Message?
WhatsApp Direct Message is a Chrome extension developed by Giuliano Marinelli, and its main feature is "Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact.".
Extension Screenshots
Download WhatsApp Direct Message Extension CRX File
Download WhatsApp Direct Message extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact. Or enter the phone number in the menu and start a chat directly from there. Also it saves the history of previous chats.
Extension Basic Information
Name | WhatsApp Direct Message |
ID | lknbeceekbijipeppbpdnphjkceppljb |
Official URL | https://chrome.google.com/webstore/detail/whatsapp-direct-message/lknbeceekbijipeppbpdnphjkceppljb |
Description | Select a phone number from a page, press right click and start a chat on WhatsApp™ without saving a new contact. |
File Size | 152 KB |
Installation Count | 22 |
Current Version | 1.01 |
Last Updated | 2023-05-21 |
Publish Date | 2023-05-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Giuliano Marinelli |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
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\u2122 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" } |