WhatsApp Web Dark Mode
A simple extention to turn on dark mode of WhatsApp Web
Hvad er WhatsApp Web Dark Mode?
WhatsApp Web Dark Mode er en Chrome-udvidelse udviklet af Sashen Pasindu, og dens hovedfunktion er "A simple extention to turn on dark mode of WhatsApp Web".
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
A simple chrome extension to turn on the dark theme of WhatsApp Web
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | pbmjjliggohmnkgdfpggpiicnccnlhmm |
Officiel URL | https://chrome.google.com/webstore/detail/whatsapp-web-dark-mode/pbmjjliggohmnkgdfpggpiicnccnlhmm |
Beskrivelse | A simple extention to turn on dark mode of WhatsApp Web |
Filstørrelse | 43.16 KB |
Antal Installationer | 354 |
Nuværende Version | 0.1 |
Senest Opdateret | 2020-05-20 |
Udgivelsesdato | 2020-05-20 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Sashen Pasindu |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://sashen.me |
Hjælpeside-URL | https://twitter.com/sashenme |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp Web Dark Mode", "version": "0.1", "manifest_version": 2, "description": "A simple extention to turn on dark mode of WhatsApp Web", "author": "Sashen Pasindu", "homepage_url": "https:\/\/sashen.me", "background": { "scripts": [ "modernizr.min.js", "js\/jquery-3.4.1.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "css": [ "styles.css" ], "js": [ "content.js", "js\/jquery-3.4.1.min.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon_16.png", "128": "images\/icon_128.png" } } |