Desktop WhatsA - online messenger

Get access to messages in WhatsApp. Chat in desktop App for WhatsApp. Receive notification for a new messages. Non official WhatsApp

ما هو Desktop WhatsA - online messenger؟

Desktop WhatsA - online messenger هو إضافة Chrome تم تطويرها بواسطة petrainker55، والميزة الرئيسية لها هي "Get access to messages in WhatsApp. Chat in desktop App for WhatsApp. Receive notification for a new messages. Non official WhatsApp".

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

screenshot

تحميل ملف CRX للإضافة Desktop WhatsA - online messenger

قم بتنزيل ملفات الامتداد Desktop WhatsA - online messenger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        WhatsApp Web
Simple Whatsapp Web shortcut!

Desktop WhatsA - online messenger or web version for whatsapp messenger. 
The whatsapp Desktop app doesn't require a desktop version of whatsapp on your PC/ installed.

Chat in desktop App for WhatsApp and get instant notifications of new messages in your browser without opening WhatsApp website

Whatsapp Web and Desktop apps are an extension on your Browser.

They mirror all the conversations and messages you have on the WhatsApp app on your phone and allow you to see them all and reply to them all on your PC or Mac using your computer's keyboard instead of the keyboard on your smartphone.

Enables always-on desktop notifications: Chrome will run in background mode permanently, keeping track and showing your whatsapp notifications instantly. You can click on the notifications to go directly to the relevant chat.

As a bonus this app will always control that there is only one WhatsApp tab opened in your browser

Some important features:
1. A comprehensive whatsapp Web client right in your browser's toolbar popup UI.
2. Notifies you (via badge icon text) every time something happens on WhatsApp within the people in your chat list.
The official whatsapp software is only released for smart phones and web.

WhatsApp is a registered trademark WhatsApp Inc. WhatsApp Desktop App is not related to the corporation and developed as an independent project. This extension is not related in any way to WhatsApp Inc.

Our extension is in a partnership with Admitad (https://admitad.com/). We use this service only for link affilication. We DO NOT save any of your search queries nor are we making any rewards from your search queries. We can receive a reward for sales that happen after users click on the affiliate links. You can learn more about the process in Admitad's privacy policy at https://terms.admitad.com/en/privacy-policy/for-end-users/. The ads associated with this partnership do not interfere with any third-party website, in-app, or native advertising in any way.                    

معلومات أساسية عن التمديد

الاسم Desktop WhatsA - online messenger Desktop WhatsA - online messenger
ID ehcanhoaekbglbenfcoeacjibmmllgjf
عنوان URL الرسمي https://chromewebstore.google.com/detail/desktop-whatsa-online-mes/ehcanhoaekbglbenfcoeacjibmmllgjf
الوصف Get access to messages in WhatsApp. Chat in desktop App for WhatsApp. Receive notification for a new messages. Non official WhatsApp
حجم الملف 199 KB
عدد التثبيتات 20,000
النسخة الحالية 1.1.5.6
آخر تحديث 2024-02-27
تاريخ النشر 2022-10-20
تقييم 3.22/5 مجموع تقييمات 9
المطور petrainker55
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.5.6",
    "manifest_version": 3,
    "short_name": "whatsapp-web",
    "name": "__MSG_extName__",
    "background": {
        "service_worker": "lib\/chrome\/chrome.js",
        "type": "module"
    },
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "options_ui": {
        "page": "data\/options\/options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.web.whatsapp.com\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/*.bing.com\/*",
                "*:\/\/*.google.de\/*",
                "*:\/\/*.google.it\/*",
                "*:\/\/*.google.es\/*",
                "*:\/\/*.google.ca\/*",
                "*:\/\/*.google.fr\/*",
                "*:\/\/*.google.nl\/*",
                "*:\/\/*.google.no\/*",
                "*:\/\/*.google.pl\/*",
                "*:\/\/*.google.at\/*",
                "*:\/\/*.google.co.in\/*"
            ],
            "js": [
                "data\/include\/jquery.js",
                "data\/include\/jquery.pep.js",
                "data\/search\/index.js",
                "data\/content_script\/inject\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png",
            "128": "data\/icons\/128.png"
        }
    }
}