Dark Mode Whatsapp
Dark theme for whatsapp web
What is Dark Mode Whatsapp?
Dark Mode Whatsapp is a Chrome extension developed by Felipe Andrade, and its main feature is "Dark theme for whatsapp web".
Extension Screenshots
Download Dark Mode Whatsapp Extension CRX File
Download Dark Mode Whatsapp 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 extension makes it possible to enable and disable the dark theme for Whatsapp Web.
Extension Basic Information
Name | |
ID | endbeippgipenpfkhbdpbgajeidpoomi |
Official URL | https://chrome.google.com/webstore/detail/dark-mode-whatsapp/endbeippgipenpfkhbdpbgajeidpoomi |
Description | Dark theme for whatsapp web |
File Size | 7.19 KB |
Installation Count | 11 |
Current Version | 0.2 |
Last Updated | 2020-07-04 |
Publish Date | 2020-07-04 |
Developer | Felipe Andrade |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dark Mode Whatsapp", "description": "Dark theme for whatsapp web", "version": "0.2", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "style.css" ], "js": [ "content.js" ] } ] } |