DarkMode for Zalo
Let's enjoy zalo with dark colors
Wat is DarkMode for Zalo?
DarkMode for Zalo is een Chrome-extensie ontwikkeld door https://quangsangblog.com, en de belangrijkste functie is "Let's enjoy zalo with dark colors".
Extensie Screenshots
Download het CRX-bestand van de extensie DarkMode for Zalo
Download DarkMode for Zalo-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
Changing the website interface to darkmode helps protect users' eyes when using at night
Basisinformatie over de Extensie
Naam | DarkMode for Zalo |
ID | ennaacidagoocimfehigmfllkekkaobf |
Officiële URL | https://chromewebstore.google.com/detail/darkmode-for-zalo/ennaacidagoocimfehigmfllkekkaobf |
Beschrijving | Let's enjoy zalo with dark colors |
Bestandsgrootte | 13.18 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2022-03-29 |
Publicatiedatum | 2022-03-28 |
Ontwikkelaar | https://quangsangblog.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DarkMode for Zalo", "description": "Let's enjoy zalo with dark colors", "icons": { "16": "\/imgs\/icon16.png", "48": "\/imgs\/icon48.png", "128": "\/imgs\/icon128.png" }, "version": "0.0.1", "author": "Quang S\u00e1ng", "manifest_version": 3, "action": { "default_title": "DarkMode for Zalo", "default_icon": "\/imgs\/icon128.png" }, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "https:\/\/chat.zalo.me\/*" ], "background": { "service_worker": "js\/background.js" } } |