WhatsApp Dark Mode
Enables dark mode whatsapp on web
What is WhatsApp Dark Mode?
WhatsApp Dark Mode is a Chrome extension developed by http://gray-hat.me, and its main feature is "Enables dark mode whatsapp on web".
Extension Screenshots
Download WhatsApp Dark Mode Extension CRX File
Download WhatsApp Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 **
Extension Basic Information
Name | |
ID | fbolkifobpcngjegimaiefiahjaaeeog |
Official URL | https://chrome.google.com/webstore/detail/whatsapp-dark-mode/fbolkifobpcngjegimaiefiahjaaeeog |
Description | Enables dark mode whatsapp on web |
File Size | 28.03 KB |
Installation Count | 24 |
Current Version | 2.3 |
Last Updated | 2020-06-08 |
Publish Date | 2020-06-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://gray-hat.me |
[email protected] | |
Payment Type | free |
Extension Website | https://gray-hat.me/ |
Help Page URL | https://discord.gg/SyycB82 |
Supported Languages | 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" ] } |