Whatsapp Sender

Turn your whatsapp into a sales machine and reach more customers.

What is Whatsapp Sender?

Whatsapp Sender is a Chrome extension developed by Renan Danton de Souza, and its main feature is "Turn your whatsapp into a sales machine and reach more customers.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Whatsapp Sender Extension CRX File

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

                        Bulk whatsapp web messages easily, earning time and reach more customers. This tool is excellent for people have to send thousands of messages on WhatsApp per day.                    

Extension Basic Information

Name Whatsapp Sender Whatsapp Sender
ID lncfcpmjfkjjojekncpngmfgamlnepma
Official URL https://chrome.google.com/webstore/detail/whatsapp-sender/lncfcpmjfkjjojekncpngmfgamlnepma
Description Turn your whatsapp into a sales machine and reach more customers.
File Size 167 KB
Installation Count 1,000
Current Version 1.9
Last Updated 2021-07-12
Publish Date 2021-03-09
Developer Renan Danton de Souza
Email [email protected]
Payment Type free
Extension Website http://www.whatsappwebsender.com/
Help Page URL http://www.whatsappwebsender.com/
Privacy Policy Page URL https://www.gnibot.com/privacy-policy
Supported Languages de,en,fr,tr,es,pt-BR,ru,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.9",
    "homepage_url": "https:\/\/www.whatsappwebsender.com",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "WhatsappWebSender",
        "default_icon": "images\/Whatsapp-Flat-Mobile-32.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/Whatsapp-Flat-Mobile-32.png",
        "images\/Whatsapp-Flat-Mobile-48.png",
        "images\/Whatsapp-Flat-Mobile-64.png",
        "images\/Whatsapp-Flat-Mobile-128.png"
    ],
    "icons": {
        "16": "images\/Whatsapp-Flat-Mobile-32.png",
        "32": "images\/Whatsapp-Flat-Mobile-32.png",
        "48": "images\/Whatsapp-Flat-Mobile-48.png",
        "64": "images\/Whatsapp-Flat-Mobile-64.png",
        "128": "images\/Whatsapp-Flat-Mobile-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/connect.facebook.net\/; object-src 'self'",
    "default_locale": "en",
    "manifest_version": 2
}