WhatsApp Web Dark Theme
Unofficial extension to activate dark theme on WhatsApp Web
Wat is WhatsApp Web Dark Theme?
WhatsApp Web Dark Theme is een Chrome-extensie ontwikkeld door Paurav, en de belangrijkste functie is "Unofficial extension to activate dark theme on WhatsApp Web".
Extensie Screenshots
Download het CRX-bestand van de extensie WhatsApp Web Dark Theme
Download WhatsApp Web Dark Theme-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
Unofficial extension to activate dark theme/mode on WhatsApp Web. Switches the theme to dark by default. Use the toggle button to switch between the themes.
Basisinformatie over de Extensie
Naam | |
ID | iolpeomlccagjabagjnifiphjjlmpdoe |
Officiële URL | https://chrome.google.com/webstore/detail/whatsapp-web-dark-theme/iolpeomlccagjabagjnifiphjjlmpdoe |
Beschrijving | Unofficial extension to activate dark theme on WhatsApp Web |
Bestandsgrootte | 14.24 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-06-14 |
Publicatiedatum | 2020-06-14 |
Ontwikkelaar | Paurav |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp Web Dark Theme", "version": "1.0", "description": "Unofficial extension to activate dark theme on WhatsApp Web", "permissions": [ "declarativeContent", "webNavigation", "https:\/\/web.whatsapp.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/whatsapp-16.png", "32": "images\/whatsapp-32.png", "48": "images\/whatsapp-48.png", "128": "images\/whatsapp-128.png" } }, "icons": { "16": "images\/whatsapp-16.png", "32": "images\/whatsapp-32.png", "48": "images\/whatsapp-48.png", "128": "images\/whatsapp-128.png" } } |