DarkZap
Dark mode for WhatsApp Web
Wat is DarkZap?
DarkZap is een Chrome-extensie ontwikkeld door Diguifi, en de belangrijkste functie is "Dark mode for WhatsApp Web".
Extensie Screenshots
Download het CRX-bestand van de extensie DarkZap
Download DarkZap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A different design for the dark theme of Whatsapp. Latest update includes: - Remove permission request for declarativeContent (29/10/2021) - Fixed colors to match official update (01/07/2020)
Basisinformatie over de Extensie
Naam | DarkZap |
ID | lpmlpaidgnhjlipfemkoljoonicafkfl |
Officiële URL | https://chromewebstore.google.com/detail/darkzap/lpmlpaidgnhjlipfemkoljoonicafkfl |
Beschrijving | Dark mode for WhatsApp Web |
Bestandsgrootte | 12.62 KB |
Aantal Installaties | 117 |
Huidige Versie | 1.0.8 |
Laatst Bijgewerkt | 2021-10-30 |
Publicatiedatum | 2020-07-02 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Diguifi |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/diguifi/darkzap/issues |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DarkZap", "description": "Dark mode for WhatsApp Web", "version": "1.0.8", "options_page": "options.html", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "dark.js" ], "all_frames": true } ], "web_accessible_resources": [ "darkzap.css" ], "browser_action": { "default_icon": "icons\/icon.png", "default_title": "DarkZap", "default_popup": "popup.html" }, "manifest_version": 2 } |