Whats Direct Message

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

ما هو Whats Direct Message؟

Whats Direct Message هو إضافة Chrome تم تطويرها بواسطة https://henckel.com.br، والميزة الرئيسية لها هي "Send Direct Messages in WhatsApp without having the number in the contacts!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Whats Direct Message

قم بتنزيل ملفات الامتداد Whats Direct Message بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
البريد الإلكتروني vitor@henckel.com.br
نوع الدفع free
موقع الإضافة https://henckel.com.br/whatsolx.html
عنوان صفحة المساعدة https://henckel.com.br/whatsolx.html
عنوان صفحة سياسة الخصوصية 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"
    }
}