WA Sender Plugin

By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…

WA Sender Plugin क्या है?

WA Sender Plugin samtechbd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WA Sender Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        By group send multiple customized messages

ALL FEATURES:
=> Message unlimited
=> Upload from excel file
=> Sort message by unread
=>  Privacy effect by enhancement tab :-
   *  Blur recent messages
   *  Blur contacts names
   *  Blur contacts photos
   *  Blur conversation messages

=>  Addons enhancement tab :-
   * Enable like button
   * Enable message reactions
   * Pin unread chats to the top
   * Remove duplicate contacts

=> Attach image, video, file, contact
=> Add random time gap between messages
=> Filter numbers
=> Message success or failed report
=> Download group, labels, broadcast lists, chat and all contacts

This application is developed to enhance WhatsApp web functionality and make more easier for some user so we are not part of WhatsApp or Facebook and also we are not responsible for any kind of misuse and violation of WhatsApp policies.                    

एक्सटेंशन की मूल जानकारी

नाम WA Sender Plugin WA Sender Plugin
ID edlkmfhhepchllgoobodckbhkahccpfm
आधिकारिक URL https://chromewebstore.google.com/detail/wa-sender-plugin/edlkmfhhepchllgoobodckbhkahccpfm
विवरण By group send multiple customized messages ALL FEATURES: => Message unlimited => Upload from excel file => Sort message by unread…
फ़ाइल का आकार 4.44 MB
स्थापना संख्या 1,733
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2024-02-16
प्रकाशन तिथि 2022-08-02
रेटिंग 4.63/5 कुल 8 रेटिंग्स
डेवलपर samtechbd
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://samtechbd.biz/wa
सहायता पृष्ठ URL https://samtechbd.biz/wa
गोपनीयता नीति पृष्ठ URL https://wa-bulk-sender.xyz/wa/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WA Sender Plugin",
    "version": "1.1.5",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "contentmin.js"
            ]
        }
    ],
    "action": {
        "default_title": "WA Sender",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/lib.css",
                "\/img\/*",
                "flmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}