Web Messenger

Access to WhatsApp official Web messenger in a standalone sandboxed window

Web Messenger क्या है?

Web Messenger tlintspr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access to WhatsApp official Web messenger in a standalone sandboxed window"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Web Messenger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The "Web Messenger" extension brings the official WhatsApp web service as a standalone sandboxed window. You will get unread count badge notifications on your browser windows.

Features:
1. Access the official messenger in a sandboxed window
2. Control whether notifications are silent or not
3. Get badge counter on the action button

Please note that this application only loads the official WhatsApp web interface inside a standalone window. There is no intention of misleading users that this is the official application. This app only tries to make access to the official web service simpler. To use WhatsApp Web, you need to read the terms and conditions from https://www.whatsapp.com/legal/

To connect WhatsApp Messenger to your cellphone, please read: https://www.whatsapp.com/faq/en/web/28080003                    

एक्सटेंशन की मूल जानकारी

नाम Web Messenger Web Messenger
ID infelompnbbancffeibkenmdbbmpoged
आधिकारिक URL https://chromewebstore.google.com/detail/web-messenger/infelompnbbancffeibkenmdbbmpoged
विवरण Access to WhatsApp official Web messenger in a standalone sandboxed window
फ़ाइल का आकार 44.95 KB
स्थापना संख्या 35,396
वर्तमान संस्करण 0.3.0
अंतिम अपडेट 2021-07-14
प्रकाशन तिथि 2018-12-10
रेटिंग 3.90/5 कुल 554 रेटिंग्स
डेवलपर tlintspr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/cluclead/panel-view
सहायता पृष्ठ URL https://github.com/cluclead/panel-view
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.3.0",
    "name": "Web Messenger",
    "description": "Access to WhatsApp official Web messenger in a standalone sandboxed window",
    "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",
        "256": "data\/icons\/256.png"
    },
    "homepage_url": "https:\/\/add0n.com\/whatsapp-messenger.html",
    "permissions": [
        "storage"
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "data\/inject.js"
            ],
            "css": [
                "data\/inject.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/window\/home.svg",
                "data\/window\/reload.svg",
                "data\/window\/settings.svg",
                "data\/dom.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "data\/options\/index.html"
    }
}