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開發的Chrome擴展程式,該擴展的主要功能是“Send Direct Messages in WhatsApp without having the number in the contacts!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Whats Direct Message擴展crx文件

下載Whats Direct Message擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        "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
官方網址 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"
    }
}