WA Group Message Sender

A Simple Secure & Fast WhatsApp Group Message Sender Extension.

Cos'è WA Group Message Sender?

WA Group Message Sender è un'estensione di Chrome sviluppata da Prakash Raiya, e la sua funzione principale è "A Simple Secure & Fast WhatsApp Group Message Sender Extension.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione WA Group Message Sender

Scarica i file di estensione WA Group Message Sender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        WA Group Sender is a Simple Group Messages Sender to All WhatsApp Groups for free.

Features:
● free WhatsApp Group Auto Message Sender.  
● Send Message To Selected Groups Only.
● Database Features Added.
● Send Links, EMOJI, Text Messages, Images, Video, PDF and etc.
● Add Groups Manually.
● Stop sending WhatsApp messages at any time.
● Show Delivery Report.
● Sending Speed Controll.
● Option to Manage Automatic Group Delay Time.
● No Software Installation Needed.
● Customer Support 24X7.


Try Fast Speed Sender:
Visit Url- https://wa.studypdf.com/

Disclaimer:
This is not an official extension of WhatsApp.
This is a Free Version of WA Group Sender Try Fast Speed Sender Version.                    

Informazioni di Base sull'Estensione

Nome WA Group Message Sender WA Group Message Sender
ID gapflepaelgmbpdcdmfgfijkhmpmcbgm
URL Ufficiale https://chromewebstore.google.com/detail/wa-group-message-sender/gapflepaelgmbpdcdmfgfijkhmpmcbgm
Descrizione A Simple Secure & Fast WhatsApp Group Message Sender Extension.
Dimensione del File 577 KB
Conteggio Installazioni 77
Versione Corrente 2.0.0
Ultimo Aggiornamento 2022-12-10
Data di Pubblicazione 2022-12-09
Sviluppatore Prakash Raiya
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://wa.studypdf.com/p/privacy-policy.html
Lingue Supportate 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": "__MSG_name__",
    "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",
                "WAPlusSenderTemplate.xlsx",
                "pic\/crm-commend.png",
                "li-popup\/li-popup.html",
                "js\/inject\/obfuscate.js",
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "version": "2.0.0"
}