WhatsHide

NOT related in any way to WhatsApp Inc., This Extension hides private chats of WhatsApp Web.

Cos'è WhatsHide?

WhatsHide è un'estensione di Chrome sviluppata da rowcode, e la sua funzione principale è "NOT related in any way to WhatsApp Inc., This Extension hides private chats of WhatsApp Web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WhatsHide

Scarica i file di estensione WhatsHide 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

                        This is an unofficial enhancement for WhatsApp Web. This extension is not related in any way to WhatsApp Inc.

This extension hides private chats of WhatsApp Web.                    

Informazioni di Base sull'Estensione

Nome WhatsHide WhatsHide
ID hooppjkiofnpgbmokmcpppihhjdmjlbk
URL Ufficiale https://chromewebstore.google.com/detail/whatshide/hooppjkiofnpgbmokmcpppihhjdmjlbk
Descrizione NOT related in any way to WhatsApp Inc., This Extension hides private chats of WhatsApp Web.
Dimensione del File 258 KB
Conteggio Installazioni 1,469
Versione Corrente 2.1
Ultimo Aggiornamento 2024-02-14
Data di Pubblicazione 2020-05-08
Valutazione 4.00/5 Totale 8 Valutazioni
Sviluppatore rowcode
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rodvieirasilva/whatshide
URL della Pagina di Aiuto https://github.com/rodvieirasilva/whatshide
Lingue Supportate en,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WhatsHide",
    "description": "__MSG_descriptionApp__",
    "version": "2.1",
    "default_locale": "en",
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_defaultTitle__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/web.whatsapp.com\/*",
                "https:\/\/web.whatsapp.com\/*",
                "http:\/\/whatsapp.com\/*",
                "https:\/\/whatsapp.com\/*"
            ],
            "js": [
                "\/scripts\/jquery-3.1.0.min.js",
                "\/scripts\/filterdom.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ]
}