WhatsHide

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

Was ist WhatsHide?

WhatsHide ist eine Chrome-Erweiterung, die von rowcode entwickelt wurde, und ihr Hauptmerkmal ist "NOT related in any way to WhatsApp Inc., This Extension hides private chats of WhatsApp Web.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

WhatsHide-Erweiterungs-CRX-Datei herunterladen

Laden Sie WhatsHide-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name WhatsHide WhatsHide
ID hooppjkiofnpgbmokmcpppihhjdmjlbk
Offizielle URL https://chromewebstore.google.com/detail/whatshide/hooppjkiofnpgbmokmcpppihhjdmjlbk
Beschreibung NOT related in any way to WhatsApp Inc., This Extension hides private chats of WhatsApp Web.
Dateigröße 258 KB
Installationsanzahl 1,469
Aktuelle Version 2.1
Letztes Update 2024-02-14
Veröffentlichungsdatum 2020-05-08
Bewertung 4.00/5 Insgesamt 8 Bewertungen
Entwickler rowcode
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/rodvieirasilva/whatshide
Hilfeseite URL https://github.com/rodvieirasilva/whatshide
Unterstützte Sprachen 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\/"
    ]
}