Hide for WhatsApp Web
Hide media, messages, names and more in your WhatsApp for Web.
Was ist Hide for WhatsApp Web?
Hide for WhatsApp Web ist eine Chrome-Erweiterung, die von juanpablob entwickelt wurde, und ihr Hauptmerkmal ist "Hide media, messages, names and more in your WhatsApp for Web.".
Erweiterungsscreenshots
Hide for WhatsApp Web-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hide for 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
Prevent people from snooping into your conversations while you are in public places or at work: Hide messages, photos, videos, messages, name, profile pictures until you hover them! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bnpcgmlflabllfclmpnelffknmabanfj |
| Offizielle URL | https://chromewebstore.google.com/detail/hide-for-whatsapp-web/bnpcgmlflabllfclmpnelffknmabanfj |
| Beschreibung | Hide media, messages, names and more in your WhatsApp for Web. |
| Dateigröße | 106 KB |
| Installationsanzahl | 581 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2022-07-04 |
| Veröffentlichungsdatum | 2022-05-03 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | juanpablob |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | de,en,es,es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hide for WhatsApp Web",
"description": "__MSG_appDescription__",
"version": "1.1",
"default_locale": "en",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
"scripts\/jquery-3.6.0.min.js",
"scripts\/index.js"
]
}
],
"background": {
"service_worker": "scripts\/serviceWorker.js"
},
"action": {
"default_title": "Hide for WhatsApp Web Settings",
"default_popup": "settings.html"
},
"icons": {
"16": "images\/icon-16.png",
"24": "images\/icon-24.png",
"32": "images\/icon-32.png",
"64": "images\/icon-64.png",
"128": "images\/icon-128.png",
"256": "images\/icon-256.png",
"512": "images\/icon-512.png"
}
} | |