WA Group Message Sender

A Simple Secure & Fast WhatsApp Group Message Sender Extension.

WA Group Message Sender क्या है?

WA Group Message Sender Prakash Raiya द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Simple Secure & Fast WhatsApp Group Message Sender Extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WA Group Message Sender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम WA Group Message Sender WA Group Message Sender
ID gapflepaelgmbpdcdmfgfijkhmpmcbgm
आधिकारिक URL https://chromewebstore.google.com/detail/wa-group-message-sender/gapflepaelgmbpdcdmfgfijkhmpmcbgm
विवरण A Simple Secure & Fast WhatsApp Group Message Sender Extension.
फ़ाइल का आकार 577 KB
स्थापना संख्या 77
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2022-12-10
प्रकाशन तिथि 2022-12-09
डेवलपर Prakash Raiya
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://wa.studypdf.com/p/privacy-policy.html
समर्थित भाषाएँ 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"
}