MBN DarkTheme
Apply a custom theme to MBN
Cos'è MBN DarkTheme?
MBN DarkTheme è un'estensione di Chrome sviluppata da Vincent Sahler, e la sua funzione principale è "Apply a custom theme to MBN".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MBN DarkTheme
Scarica i file di estensione MBN DarkTheme 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
This extension provides a mod for MBN which apply a custom css, basically creating a dark mode MBN
Informazioni di Base sull'Estensione
Nome | MBN DarkTheme |
ID | egkpfobbbpgfpbcjgogfkjfbikgbaedk |
URL Ufficiale | https://chromewebstore.google.com/detail/mbn-darktheme/egkpfobbbpgfpbcjgogfkjfbikgbaedk |
Descrizione | Apply a custom theme to MBN |
Dimensione del File | 7.54 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2022-02-12 |
Data di Pubblicazione | 2021-12-13 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Vincent Sahler |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/vsahler/mbn-darktheme |
URL della Pagina di Aiuto | https://github.com/vsahler/mbn-darktheme/issues |
Lingue Supportate | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MBN DarkTheme", "description": "Apply a custom theme to MBN", "version": "1.3", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.monbureaunumerique.fr\/*" ], "exclude_matches": [ "https:\/\/*.moodle.monbureaunumerique.fr\/*" ], "css": [ "style.css" ] } ], "icons": { "128": "icons\/128.png" } } |