Whats Direct Message

Send Direct Messages in WhatsApp without having the number in the contacts!

Whats Direct Message क्या है?

Whats Direct Message https://henckel.com.br द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send Direct Messages in WhatsApp without having the number in the contacts!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        "Whats Direct Message" is a Google Chrome extension that allows you to send direct messages on WhatsApp without adding the number to your contacts. With this extension, you can simply enter the recipient's number and message, click the send button, and start a conversation on WhatsApp without adding the contact to your phone. This saves time and prevents your contact list from being cluttered with unnecessary contacts.

In addition, the extension allows you to send messages to yourself, such as links to view later, reminders, and other important information. All you need to do is enter your own number and send the desired message.

It is important to note that the extension does not have access to the phone numbers used, the messages sent, or any other information on your WhatsApp. Furthermore, it is a third-party application and is not affiliated or sponsored by WhatsApp Inc.

To use the extension, simply install it and click the icon when you need to send a message. If you want to disable it, go to the Chrome menu, select "Extensions," find "Whats Direct Message," and uncheck the activation.                    

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

नाम Whats Direct Message Whats Direct Message
ID npjjfijcgmmdaikfeaokpejmlkfhpnek
आधिकारिक URL https://chromewebstore.google.com/detail/whats-direct-message/npjjfijcgmmdaikfeaokpejmlkfhpnek
विवरण Send Direct Messages in WhatsApp without having the number in the contacts!
फ़ाइल का आकार 5.34 MB
स्थापना संख्या 34,093
वर्तमान संस्करण 3.2.0.0
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2021-04-01
रेटिंग 4.12/5 कुल 34 रेटिंग्स
डेवलपर https://henckel.com.br
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://henckel.com.br/whatsolx.html
सहायता पृष्ठ URL https://henckel.com.br/whatsolx.html
गोपनीयता नीति पृष्ठ URL https://vitor.henckel.com.br/extensions/whatsolx.html
समर्थित भाषाएँ id,de,en,en-GB,en-US,fr,es,it,pt-BR,pt-PT,ru,hi,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.0.0",
    "author": "Vitor Henckel",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/img\/icon.png",
            "32": ".\/img\/icon32.png",
            "48": ".\/img\/icon48.png",
            "64": ".\/img\/icon64.png",
            "128": ".\/img\/icon128.png"
        }
    },
    "icons": {
        "16": ".\/img\/icon.png",
        "32": ".\/img\/icon32.png",
        "48": ".\/img\/icon48.png",
        "64": ".\/img\/icon64.png",
        "128": ".\/img\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    }
}