MBN DarkTheme
Apply a custom theme to MBN
Wat is MBN DarkTheme?
MBN DarkTheme is een Chrome-extensie ontwikkeld door Vincent Sahler, en de belangrijkste functie is "Apply a custom theme to MBN".
Extensie Screenshots
Download het CRX-bestand van de extensie MBN DarkTheme
Download MBN DarkTheme-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
This extension provides a mod for MBN which apply a custom css, basically creating a dark mode MBN
Basisinformatie over de Extensie
Naam | MBN DarkTheme |
ID | egkpfobbbpgfpbcjgogfkjfbikgbaedk |
Officiële URL | https://chromewebstore.google.com/detail/mbn-darktheme/egkpfobbbpgfpbcjgogfkjfbikgbaedk |
Beschrijving | Apply a custom theme to MBN |
Bestandsgrootte | 7.54 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2022-02-12 |
Publicatiedatum | 2021-12-13 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Vincent Sahler |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/vsahler/mbn-darktheme |
Help Pagina-URL | https://github.com/vsahler/mbn-darktheme/issues |
Ondersteunde Talen | 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" } } |