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
电子邮箱 [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'"
}