DarkZap
Dark mode for WhatsApp Web
What is DarkZap?
DarkZap is a Chrome extension developed by Diguifi, and its main feature is "Dark mode for WhatsApp Web".
Extension Screenshots
Download DarkZap Extension CRX File
Download DarkZap 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
A different design for the dark theme of Whatsapp. Latest update includes: - Remove permission request for declarativeContent (29/10/2021) - Fixed colors to match official update (01/07/2020)
Extension Basic Information
Name | DarkZap |
ID | lpmlpaidgnhjlipfemkoljoonicafkfl |
Official URL | https://chromewebstore.google.com/detail/darkzap/lpmlpaidgnhjlipfemkoljoonicafkfl |
Description | Dark mode for WhatsApp Web |
File Size | 12.62 KB |
Installation Count | 117 |
Current Version | 1.0.8 |
Last Updated | 2021-10-30 |
Publish Date | 2020-07-02 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Diguifi |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/diguifi/darkzap/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DarkZap", "description": "Dark mode for WhatsApp Web", "version": "1.0.8", "options_page": "options.html", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "dark.js" ], "all_frames": true } ], "web_accessible_resources": [ "darkzap.css" ], "browser_action": { "default_icon": "icons\/icon.png", "default_title": "DarkZap", "default_popup": "popup.html" }, "manifest_version": 2 } |