WhatsApp Dark Mode
Enables Dark Mode on WhatsApp Web
Hvad er WhatsApp Dark Mode?
WhatsApp Dark Mode er en Chrome-udvidelse udviklet af http://harshitpeer.com, og dens hovedfunktion er "Enables Dark Mode on WhatsApp Web".
Udvidelsesskærmbilleder
Download WhatsApp Dark Mode-udvidelses-CRX-fil
Download WhatsApp Dark Mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jccncdabkmlbdieginahchogcfllfkhk |
Officiel URL | https://chrome.google.com/webstore/detail/whatsapp-dark-mode/jccncdabkmlbdieginahchogcfllfkhk |
Beskrivelse | Enables Dark Mode on WhatsApp Web |
Filstørrelse | 5.38 KB |
Antal Installationer | 20 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2020-05-21 |
Udgivelsesdato | 2020-05-21 |
Udvikler | http://harshitpeer.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://harshitpeer.com |
Understøttede Sprog | 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 } ] } |