WhatsApp Dark Mode
Enables Dark Mode on WhatsApp Web
Wat is WhatsApp Dark Mode?
WhatsApp Dark Mode is een Chrome-extensie ontwikkeld door http://harshitpeer.com, en de belangrijkste functie is "Enables Dark Mode on WhatsApp Web".
Extensie Screenshots
Download het CRX-bestand van de extensie WhatsApp Dark Mode
Download WhatsApp Dark Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This simple and minimal extension gives you Dark Mode on WhatsApp Web with just one time installation This is an unofficial enhacement for WhatsApp Web. This extension is not related in any way to WhatsApp Inc. WhatsApp is a trademark of WhatsApp Inc.
Basisinformatie over de Extensie
Naam | |
ID | jccncdabkmlbdieginahchogcfllfkhk |
Officiële URL | https://chrome.google.com/webstore/detail/whatsapp-dark-mode/jccncdabkmlbdieginahchogcfllfkhk |
Beschrijving | Enables Dark Mode on WhatsApp Web |
Bestandsgrootte | 5.38 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-05-21 |
Publicatiedatum | 2020-05-21 |
Ontwikkelaar | http://harshitpeer.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://harshitpeer.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp Dark Mode", "short_name": "WDM", "description": "Enables Dark Mode on WhatsApp Web", "version": "1.0.0", "icons": { "64": "images\/icon.png" }, "permissions": [ "https:\/\/web.whatsapp.com\/*" ], "browser_action": { "default_icon": { "64": "images\/icon.png" }, "default_title": "Enables Dark Mode on WhatsApp Web", "default_popup": "html\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/whatsmsg.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/web.whatsapp.com\/*", "https:\/\/web.whatsapp.com\/*" ], "js": [ "js\/inject.js" ], "run_at": "document_end", "all_frames": false } ] } |