WhatsApp Messenger

Send messages without saving number

What is WhatsApp Messenger?

WhatsApp Messenger is a Chrome extension developed by Mohit Chauhan, and its main feature is "Send messages without saving number".

Extension Screenshots

screenshot

Download WhatsApp Messenger Extension CRX File

Download WhatsApp Messenger 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

                        Send Whtsapp to Unsaved numbers directly from Chrome                    

Extension Basic Information

Name WhatsApp Messenger WhatsApp Messenger
ID adopaodhdgdgafmnjkdlbcjajcpdmjke
Official URL https://chrome.google.com/webstore/detail/whatsapp-messenger/adopaodhdgdgafmnjkdlbcjajcpdmjke
Description Send messages without saving number
File Size 107 KB
Installation Count 1,000
Current Version 0.1
Last Updated 2020-07-26
Publish Date 2020-07-26
Rating 4.20/5 Total 5 Ratings
Developer Mohit Chauhan
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.qriyo.com/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatsApp Messenger",
    "description": "Send messages without saving number",
    "version": "0.1",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    }
}