WhatsApp Web Dark Mode
Enables WhatsApp Web app dark theme feature.
Hvad er WhatsApp Web Dark Mode?
WhatsApp Web Dark Mode er en Chrome-udvidelse udviklet af brsozdmr34, og dens hovedfunktion er "Enables WhatsApp Web app dark theme feature.".
Udvidelsesskærmbilleder
Download WhatsApp Web Dark Mode-udvidelses-CRX-fil
Download WhatsApp Web 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
Enables the dark theme feature of the WhatsApp Web application. It offers an alternative to the eye-tiring light colored theme.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ejjnogoenbonilncgmmbjoigeihncgco |
Officiel URL | https://chrome.google.com/webstore/detail/whatsapp-web-dark-mode/ejjnogoenbonilncgmmbjoigeihncgco |
Beskrivelse | Enables WhatsApp Web app dark theme feature. |
Filstørrelse | 23.23 KB |
Antal Installationer | 689 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-11-18 |
Udgivelsesdato | 2020-05-16 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | brsozdmr34 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp Web Dark Mode", "version": "1.0", "manifest_version": 2, "description": "Enables WhatsApp Web app dark theme feature.", "browser_action": { "default_icon": "dark.png" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "app.js" ] } ] } |