WAsurge

Supercharge your WhatsApp Web Experience!🔥Send bulk messages on WhatsApp, including groups, without saving numbers

What is WAsurge?

WAsurge is a Chrome extension developed by https://wasurge.com, and its main feature is "Supercharge your WhatsApp Web Experience!🔥Send bulk messages on WhatsApp, including groups, without saving numbers".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download WAsurge Extension CRX File

Download WAsurge 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

                        Supercharge your WhatsApp Web Experience! 🔥

Send personalized messages, images with captions, and messages on WhatsApp, including groups, without saving numbers. Easily upload your contact lists with one click and make group lists for streamlined messaging. Keep track of your messages with the smart progress bar and download detailed reports for analysis.

Features:
💬 Send personalized messages to individuals and groups
📊 Upload contacts via CSV/Excel
📎 Send attachments, including images with captions
📛 Customize sender names for personalized bulk messaging
⏰ Set time gaps between messages
📦 Send messages in batches for optimized delivery

Upgrade your WhatsApp Web experience with WAsurge and take your messaging to the next level! 💪

Download WAsurge now and start sending personalized messages on WhatsApp Web! 🚀                    

Extension Basic Information

Name WAsurge WAsurge
ID bdnjmmbbchjkbnmbphchknkalfakofnj
Official URL https://chromewebstore.google.com/detail/wasurge/bdnjmmbbchjkbnmbphchknkalfakofnj
Description Supercharge your WhatsApp Web Experience!🔥Send bulk messages on WhatsApp, including groups, without saving numbers
File Size 1.76 MB
Installation Count 505
Current Version 2.0.22
Last Updated 2023-12-03
Publish Date 2022-05-13
Rating 5.00/5 Total 1 Ratings
Developer https://wasurge.com
Email [email protected]
Payment Type free
Extension Website https://wasurge.com
Help Page URL https://wasurge.com/contact
Privacy Policy Page URL https://wasurge.com/privacy-policy
Supported Languages en
manifest.json
{
    "name": "WAsurge",
    "description": "Supercharge your WhatsApp Web Experience!\ud83d\udd25Send bulk messages on WhatsApp, including groups, without saving numbers",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.22",
    "manifest_version": 3,
    "icons": {
        "192": ".\/icon.png"
    },
    "background": {
        "service_worker": "background.js",
        "matches": [
            "*:\/\/web.whatsapp.com\/*"
        ]
    },
    "action": {
        "default_title": "WAsurge",
        "default_icon": {
            "192": ".\/icon.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles.css",
                "awi.js",
                "foreground.bundle.js",
                "wp.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/web.whatsapp.com\/*",
        "https:\/\/*.wasurge.com\/*"
    ]
}