WA Group Sender

A Simple Secure & Fast WhatsApp All Group Message Sender Extension.

WA Group Senderとは何ですか?

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

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Connect with your Audience and grow your Website/Youtube Channel Using WhatsApp Groups.

WA Group Sender is a free chrome extension to send WhatsApp messages to All WhatsApp Groups for free.

Features:
- Grow Your Business By Sending WhatsApp Messages To All Groups.  
- Blacklist Features Added.
- Database Features Added.
- Send Links, EMOJI, Text Messages, Images, Video, PDF and etc.
- Show First Link Preview.
- Add Groups Manually or Copy Paste in Database or blacklist.
- Auto Groups Joining, Auto Group Link Extractor.
- Show Delivery Report.
- Option to customise time delay manually between messages.
- Option to select Automatic Group Delay Time.
- Group Console Features Added.
- No Software Installation Needed.
- Customer Support 24X7.

Working Method:
Visit Url- https://wa.studypdf.com/search/

Disclaimer:
This is not an official extension of WhatsApp.
Use of this software is not in any way against the policies of WhatsApp Inc.                    

拡張機能の基本情報

名前 WA Group Sender WA Group Sender
ID adbapklgfhcoggclafjcahiokbcnelcd
公式URL https://chromewebstore.google.com/detail/wa-group-sender/adbapklgfhcoggclafjcahiokbcnelcd
説明 A Simple Secure & Fast WhatsApp All Group Message Sender Extension.
ファイルサイズ 13.75 KB
インストール数 328
現在のバージョン 2.4
最終更新日 2022-11-04
公開日 2021-08-24
評価 3.50/5 合計 4 レビュー
開発者 Prakash Raiya
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://wa.studypdf.com/p/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WA Group Sender",
    "short_name": "WA Group Sender",
    "version": "2.4",
    "description": "A Simple Secure & Fast WhatsApp All Group Message Sender Extension.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "whatsapp.js"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/wagroupsender.blogspot.com https:\/\/script.google.com; object-src 'self'"
}