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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}