Dark Mode WebWhatsapp by Alain
Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it
What is Dark Mode WebWhatsapp by Alain?
Dark Mode WebWhatsapp by Alain is a Chrome extension developed by alainpaulinn, and its main feature is "Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it".
Extension Screenshots
Download Dark Mode WebWhatsapp by Alain Extension CRX File
Download Dark Mode WebWhatsapp by Alain 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
This is a very simple extension, without any background processes yet very useful for people who need Web Whatsapp (on computer or tablet) especially at night. This does not need any configuration, by the time you install it, and Boomm It works! Disable The Extension when you do not need dark mode, and re-enable it when you need it. Never again get Eye pain because of having blasted too much Whatsapp Web bright light into your eyes at night.
Extension Basic Information
Name | ![]() |
ID | kffnmkhdjniiefbclcbgcdonjnkdplcl |
Official URL | https://chrome.google.com/webstore/detail/dark-mode-webwhatsapp-by/kffnmkhdjniiefbclcbgcdonjnkdplcl |
Description | Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it |
File Size | 1.16 MB |
Installation Count | 122 |
Current Version | 1.0.0 |
Last Updated | 2020-08-18 |
Publish Date | 2020-07-26 |
Rating | 5.00/5 Total 5 Ratings |
Developer | alainpaulinn |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dark Mode WebWhatsapp by Alain", "version": "1.0.0", "description": "Alain is Bringing you the Deark mode of WebWhatsapp before whatsapp publishes it", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "browser_action": { "default_icon": "AlainDARKWebWatsapp.png" } } |