Dark Theme for Zalo
Dark theme for Zalo Web
Cos'è Dark Theme for Zalo?
Dark Theme for Zalo è un'estensione di Chrome sviluppata da https://nmhillusion.netlify.com, e la sua funzione principale è "Dark theme for Zalo Web".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dark Theme for Zalo
Scarica i file di estensione Dark Theme for Zalo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Customize dark theme for zalo web Informazioni di Base sull'Estensione
| Nome | |
| ID | chfhdkfkmcodogfefjlpfmehmekeajaf |
| URL Ufficiale | https://chromewebstore.google.com/detail/dark-theme-for-zalo/chfhdkfkmcodogfefjlpfmehmekeajaf |
| Descrizione | Dark theme for Zalo Web |
| Dimensione del File | 39.72 KB |
| Conteggio Installazioni | 264 |
| Versione Corrente | 1.0.42 |
| Ultimo Aggiornamento | 2023-07-02 |
| Data di Pubblicazione | 2021-06-21 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | https://nmhillusion.netlify.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dark Theme for Zalo",
"version": "1.0.42",
"description": "Dark theme for Zalo Web",
"manifest_version": 3,
"background": {
"service_worker": "background.out.js"
},
"permissions": [
"storage",
"declarativeContent"
],
"icons": {
"128": "images\/icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.zalo.me\/*"
],
"js": [
"content.out.js"
]
}
],
"options_ui": {
"page": "option\/options.html",
"open_in_tab": false
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "images\/icon.png"
}
}
} | |