Web Whatsapp Dark Mode
Automatic enables integrated dark mode
Wat is Web Whatsapp Dark Mode?
Web Whatsapp Dark Mode is een Chrome-extensie ontwikkeld door arnout.pullen, en de belangrijkste functie is "Automatic enables integrated dark mode".
Extensie Screenshots
Download het CRX-bestand van de extensie Web Whatsapp Dark Mode
Download Web Whatsapp Dark Mode-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
Automatic enables integrated dark mode
Basisinformatie over de Extensie
Naam | |
ID | dilnacgffappinhaemadaiapdphgjdip |
Officiële URL | https://chrome.google.com/webstore/detail/web-whatsapp-dark-mode/dilnacgffappinhaemadaiapdphgjdip |
Beschrijving | Automatic enables integrated dark mode |
Bestandsgrootte | 423 KB |
Aantal Installaties | 4,000 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2020-07-02 |
Publicatiedatum | 2020-07-02 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | arnout.pullen |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ArnoutPullen/WebWhatsappDarkMode |
Help Pagina-URL | https://github.com/ArnoutPullen/WebWhatsappDarkMode/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Whatsapp Dark Mode", "description": "Automatic enables integrated dark mode", "version": "0.0.1", "author": "Arnout Pullen", "content_scripts": [ { "matches": [ "https:\/\/*.web.whatsapp.com\/*" ], "js": [ "sites\/whatsapp\/web.whatsapp.js" ] } ], "icons": { "16": "assets\/icons\/icon-16x16.png", "32": "assets\/icons\/icon-32x32.png", "48": "assets\/icons\/icon-48x48.png", "128": "assets\/icons\/icon-128x128.png" } } |