WhatsApp Dark Mode
Enables dark mode whatsapp on web
Wat is WhatsApp Dark Mode?
WhatsApp Dark Mode is een Chrome-extensie ontwikkeld door http://gray-hat.me, en de belangrijkste functie is "Enables dark mode whatsapp on web".
Extensie Screenshots
Download het CRX-bestand van de extensie WhatsApp Dark Mode
Download 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
Installing this extension enables you to browse web.whatsapp.com in dark mode We've tried to keep the extension as simplistic as possible ** The latest version carries some minor improvements in message info and ticks **
Basisinformatie over de Extensie
Naam | |
ID | fbolkifobpcngjegimaiefiahjaaeeog |
Officiële URL | https://chrome.google.com/webstore/detail/whatsapp-dark-mode/fbolkifobpcngjegimaiefiahjaaeeog |
Beschrijving | Enables dark mode whatsapp on web |
Bestandsgrootte | 28.03 KB |
Aantal Installaties | 24 |
Huidige Versie | 2.3 |
Laatst Bijgewerkt | 2020-06-08 |
Publicatiedatum | 2020-06-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://gray-hat.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://gray-hat.me/ |
Help Pagina-URL | https://discord.gg/SyycB82 |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp Dark Mode", "version": "2.3", "description": "Enables dark mode whatsapp on web", "manifest_version": 2, "author": "GrayHat", "page_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/web.whatsapp.com\/*" ], "incognito": "split", "offline_enabled": true, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "css": [ "stylev2.css" ] } ], "web_accessible_resources": [ "stylev2.css" ] } |