WA Group Sender

A free, safe and fast WA group messaging extension.

Was ist WA Group Sender?

WA Group Sender ist eine Chrome-Erweiterung, die von fryrearfernanda entwickelt wurde, und ihr Hauptmerkmal ist "A free, safe and fast WA group messaging extension.".

Erweiterungsscreenshots

screenshot

WA Group Sender-Erweiterungs-CRX-Datei herunterladen

Laden Sie WA Group Sender-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🚀Help you manage your WA groups, communities and broadcasts more easily and efficiently!🚀

● A free WhatsApp Group Auto Message Sender.
● Send WA bulk messages automatically
● Send Links, EMOJI, Text Messages, Images, Video, Contacts and etc.
● Real-time monitoring of the whole sending process.
● Upload excel file with WA numbers.
● Use placeholders to send personalized WA Group messages.
● Stop sending WhatsApp messages at any time.

WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. The extension is an independent project and has no relationship to WhatsApp Inc.                    

Grundlegende Informationen zur Erweiterung

Name WA Group Sender WA Group Sender
ID kilbeicibedchlamahiimkjeilnkgmeo
Offizielle URL https://chromewebstore.google.com/detail/wa-group-sender/kilbeicibedchlamahiimkjeilnkgmeo
Beschreibung A free, safe and fast WA group messaging extension.
Dateigröße 1.04 MB
Installationsanzahl 10,000
Aktuelle Version 1.1.15
Letztes Update 2024-01-12
Veröffentlichungsdatum 2022-11-28
Bewertung 4.45/5 Insgesamt 47 Bewertungen
Entwickler fryrearfernanda
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/1Lh0VA5YxK9GoluE7AQmxj3C14XpHwSdgRo9Hcc_dLZc
Unterstützte Sprachen en,tr,da,et,hr,lv,lt,sk,sl,cs,bg
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "action": [],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/128.png"
    },
    "manifest_version": 3,
    "name": "WA Group Sender",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "js\/inject\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject\/inject.js",
                "WOWAPI.js",
                "WAPlusSenderTemplate.xlsx",
                "pic\/crm-commend.png",
                "li-popup\/li-popup.html",
                "js\/inject\/obfuscate.js",
                "img\/*",
                "icons\/*",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "version": "1.1.15"
}