WhatsApp™ Web

Send and receive WhatsApp messages on your computer.

Was ist WhatsApp™ Web?

WhatsApp™ Web ist eine Chrome-Erweiterung, die von http://wapptab.com entwickelt wurde, und ihr Hauptmerkmal ist "Send and receive WhatsApp messages on your computer.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

WhatsApp™ Web-Erweiterungs-CRX-Datei herunterladen

Laden Sie WhatsApp™ Web-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        WhatsApp™ Web

Shortcut to WhatsApp Web.

Simply click the icon and start chatting with WhatsApp Web on your Desktop, PC or Laptop! 
Or right-mouse-click to open WhatsApp Web in the options menu.





This web extension is not related in any way to WhatsApp Web LLC.                    

Grundlegende Informationen zur Erweiterung

Name WhatsApp™ Web WhatsApp™ Web
ID dklfljljlclneheddjgogchhcpibpekf
Offizielle URL https://chrome.google.com/webstore/detail/whatsapp-web/dklfljljlclneheddjgogchhcpibpekf
Beschreibung Send and receive WhatsApp messages on your computer.
Dateigröße 25.96 KB
Installationsanzahl 5,000
Aktuelle Version 1.2
Letztes Update 2021-10-22
Veröffentlichungsdatum 2021-02-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://wapptab.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://wapptab.com
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "bgr-page.js"
        ]
    },
    "browser_action": {
        "default_icon": "i24px.png",
        "default_title": "WhatsApp\u2122 Web"
    },
    "description": "Send and receive WhatsApp messages on your computer.",
    "icons": {
        "128": "i128px.png",
        "16": "i24px.png",
        "48": "i48px.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "WhatsApp\u2122 Web",
    "offline_enabled": true,
    "options_page": "options-page.html",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}