WhatsApp: Dark Mode
Enable dark mode in WhatsApp web
What is WhatsApp: Dark Mode?
WhatsApp: Dark Mode is a Chrome extension developed by Fernando Lugo, and its main feature is "Enable dark mode in WhatsApp 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
Easily toggle between the dark and light mode in Whatsapp web. Allows to relieve eye strain for staring at the computer for long hours.
Extension Basic Information
Name | |
ID | gkecbbipdckiepppocfcgjiahakhepeg |
Official URL | https://chrome.google.com/webstore/detail/whatsapp-dark-mode/gkecbbipdckiepppocfcgjiahakhepeg |
Description | Enable dark mode in WhatsApp web |
File Size | 25.3 KB |
Installation Count | 468 |
Current Version | 1.0 |
Last Updated | 2020-05-28 |
Publish Date | 2020-05-28 |
Developer | Fernando Lugo |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp: Dark Mode", "version": "1.0", "description": "Enable dark mode in WhatsApp web", "permissions": [ "declarativeContent", "storage", "https:\/\/web.whatsapp.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/w16.png", "32": "images\/w32.png", "48": "images\/w48.png", "128": "images\/w128.png" }, "manifest_version": 2 } |