WhatsApp Web Dark Theme
Unofficial extension to activate dark theme on WhatsApp Web
Was ist WhatsApp Web Dark Theme?
WhatsApp Web Dark Theme ist eine Chrome-Erweiterung, die von Paurav entwickelt wurde, und ihr Hauptmerkmal ist "Unofficial extension to activate dark theme on WhatsApp Web".
Erweiterungsscreenshots
WhatsApp Web Dark Theme-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhatsApp Web Dark Theme-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
Unofficial extension to activate dark theme/mode on WhatsApp Web. Switches the theme to dark by default. Use the toggle button to switch between the themes.
Grundlegende Informationen zur Erweiterung
Name | |
ID | iolpeomlccagjabagjnifiphjjlmpdoe |
Offizielle URL | https://chrome.google.com/webstore/detail/whatsapp-web-dark-theme/iolpeomlccagjabagjnifiphjjlmpdoe |
Beschreibung | Unofficial extension to activate dark theme on WhatsApp Web |
Dateigröße | 14.24 KB |
Installationsanzahl | 43 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-06-14 |
Veröffentlichungsdatum | 2020-06-14 |
Entwickler | Paurav |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp Web Dark Theme", "version": "1.0", "description": "Unofficial extension to activate dark theme on WhatsApp Web", "permissions": [ "declarativeContent", "webNavigation", "https:\/\/web.whatsapp.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/whatsapp-16.png", "32": "images\/whatsapp-32.png", "48": "images\/whatsapp-48.png", "128": "images\/whatsapp-128.png" } }, "icons": { "16": "images\/whatsapp-16.png", "32": "images\/whatsapp-32.png", "48": "images\/whatsapp-48.png", "128": "images\/whatsapp-128.png" } } |