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

What is Desktop WhatsA - online messenger?

Desktop WhatsA - online messenger is a Chrome extension developed by petrainker55, and its main feature is "Get access to messages in WhatsApp. Chat in desktop App for WhatsApp. Receive notification for a new messages. Non official WhatsApp".

Extension Screenshots

screenshot

Download Desktop WhatsA - online messenger Extension CRX File

Download Desktop WhatsA - online messenger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Desktop WhatsA - online messenger Desktop WhatsA - online messenger
ID ehcanhoaekbglbenfcoeacjibmmllgjf
Official URL https://chromewebstore.google.com/detail/desktop-whatsa-online-mes/ehcanhoaekbglbenfcoeacjibmmllgjf
Description Get access to messages in WhatsApp. Chat in desktop App for WhatsApp. Receive notification for a new messages. Non official WhatsApp
File Size 199 KB
Installation Count 20,000
Current Version 1.1.5.6
Last Updated 2024-02-27
Publish Date 2022-10-20
Rating 3.22/5 Total 9 Ratings
Developer petrainker55
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}