WhatsApp Privacy Filter
Privacy Filter for WhatsApp Web
Was ist WhatsApp Privacy Filter?
WhatsApp Privacy Filter ist eine Chrome-Erweiterung, die von Karcan Ozbal entwickelt wurde, und ihr Hauptmerkmal ist "Privacy Filter for WhatsApp Web".
Erweiterungsscreenshots
WhatsApp Privacy Filter-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhatsApp Privacy Filter-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 Privacy Filter
It provides privacy with blurring feature for WhatsApp Web ,
It is a harmless extension that open source.
GitHub: https://github.com/karcan/WhatsApp-Privacy-Filter
Patreon: https://www.patreon.com/karcan Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ahfpnoapkdejcnemjejdfnipdjjbkkhg |
| Offizielle URL | https://chromewebstore.google.com/detail/whatsapp-privacy-filter/ahfpnoapkdejcnemjejdfnipdjjbkkhg |
| Beschreibung | Privacy Filter for WhatsApp Web |
| Dateigröße | 29.72 KB |
| Installationsanzahl | 118 |
| Aktuelle Version | 2.3 |
| Letztes Update | 2023-04-22 |
| Veröffentlichungsdatum | 2023-04-19 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Karcan Ozbal |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en,tr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_app_title__",
"description": "__MSG_app_description__",
"short_name": "__MSG_app_title_short__",
"default_locale": "en",
"version": "2.3",
"background": {
"service_worker": "app\/background\/background.js",
"type": "module"
},
"icons": {
"16": "app\/public\/logo-new.png",
"48": "app\/public\/logo-new.png",
"128": "app\/public\/logo-new.png"
},
"permissions": [
"tabs",
"storage",
"scripting"
],
"host_permissions": [
"*:\/\/web.whatsapp.com\/*"
],
"action": {
"default_icon": "app\/public\/logo-new.png",
"default_popup": "app\/public\/index.html"
},
"web_accessible_resources": [
{
"resources": [
"app\/background\/contentScripts\/content.js",
"app\/background\/contentStyles\/blur\/chatBoxMessageBox.css",
"app\/background\/contentStyles\/blur\/chatBoxTitle.css",
"app\/background\/contentStyles\/blur\/myAvatar.css",
"app\/background\/contentStyles\/blur\/recentMessageAvatar.css",
"app\/background\/contentStyles\/blur\/recentMessageContent.css",
"app\/background\/contentStyles\/screen\/fullScreen.css"
],
"matches": [
"*:\/\/web.whatsapp.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/web.whatsapp.com\/*"
]
}
} | |