WA Group Message Sender

A Simple Secure & Fast WhatsApp Group Message Sender Extension.

WA Group Message Senderคืออะไร?

WA Group Message Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Prakash Raiya และคุณลักษณะหลักของมันคือ "A Simple Secure & Fast WhatsApp Group Message Sender Extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WA Group Message Sender

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}