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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}