WhatsApp Unsaved Number - Right Click Context
Adds a right click context menu to send a message to an unsaved WhatsApp number
What is WhatsApp Unsaved Number - Right Click Context?
WhatsApp Unsaved Number - Right Click Context is a Chrome extension developed by Jimmy Ly, and its main feature is "Adds a right click context menu to send a message to an unsaved WhatsApp number".
Extension Screenshots
Download WhatsApp Unsaved Number - Right Click Context Extension CRX File
Download WhatsApp Unsaved Number - Right Click Context 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
The extension adds a right click context menu to send a message to an unsaved WhatsApp number.
Extension Basic Information
Name | |
ID | idpnlndpclklnckjcdhjkngpibchbgpi |
Official URL | https://chrome.google.com/webstore/detail/whatsapp-unsaved-number-r/idpnlndpclklnckjcdhjkngpibchbgpi |
Description | Adds a right click context menu to send a message to an unsaved WhatsApp number |
File Size | 20.2 KB |
Installation Count | 48 |
Current Version | 0.1 |
Last Updated | 2021-05-16 |
Publish Date | 2021-05-16 |
Developer | Jimmy Ly |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp Unsaved Number - Right Click Context", "description": "Adds a right click context menu to send a message to an unsaved WhatsApp number", "version": "0.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "sample.js" ] }, "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" } } |