WA Group Message Sender

A Simple Secure & Fast WhatsApp Group Message Sender Extension.

WA Group Message Senderとは何ですか?

WA Group Message SenderはPrakash Raiyaによって開発されたChromeの拡張機能で、その主な機能は「A Simple Secure & Fast WhatsApp Group Message Sender Extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot

WA Group Message Sender拡張機能のCRXファイルをダウンロード

WA Group Message Sender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}