WhatsApp™ Web

Send and receive WhatsApp messages on your computer.

Cos'è WhatsApp™ Web?

WhatsApp™ Web è un'estensione di Chrome sviluppata da http://wapptab.com, e la sua funzione principale è "Send and receive WhatsApp messages on your computer.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WhatsApp™ Web

Scarica i file di estensione WhatsApp™ Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WhatsApp™ Web WhatsApp™ Web
ID dklfljljlclneheddjgogchhcpibpekf
URL Ufficiale https://chrome.google.com/webstore/detail/whatsapp-web/dklfljljlclneheddjgogchhcpibpekf
Descrizione Send and receive WhatsApp messages on your computer.
Dimensione del File 25.96 KB
Conteggio Installazioni 5,000
Versione Corrente 1.2
Ultimo Aggiornamento 2021-10-22
Data di Pubblicazione 2021-02-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://wapptab.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wapptab.com
Lingue Supportate 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"
}