Whatsapp Send

This extension allows to open a Whatsapp chat with any number

What is Whatsapp Send?

Whatsapp Send is a Chrome extension developed by orieleldar, and its main feature is "This extension allows to open a Whatsapp chat with any number".

Extension Screenshots

screenshot
screenshot
screenshot

Download Whatsapp Send Extension CRX File

Download Whatsapp Send 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

                        · Includes option to highlight phone number, right-click and open a chat in a click.
· Includes option to insert numbers manually and open a chat.
· Identifies phone extension automatically based on location.
· Includes settings to define the desired platform (Web / App).
· Includes the option to insert a country code manually.                    

Extension Basic Information

Name Whatsapp Send Whatsapp Send
ID oeignolipcehbdagaajdndfpjaofeifk
Official URL https://chrome.google.com/webstore/detail/whatsapp-send/oeignolipcehbdagaajdndfpjaofeifk
Description This extension allows to open a Whatsapp chat with any number
File Size 917 KB
Installation Count 1,000
Current Version 1.4.0
Last Updated 2021-11-26
Publish Date 2020-07-02
Rating 5.00/5 Total 8 Ratings
Developer orieleldar
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsapp Send",
    "description": "This extension allows to open a Whatsapp chat with any number",
    "version": "1.4.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-HFHL4MRtIhxhYTjBZZb\/JD7SakgWruQ1BzQTfowOV8M='; object-src 'self'"
}