MBN DarkTheme

Apply a custom theme to MBN

What is MBN DarkTheme?

MBN DarkTheme is a Chrome extension developed by Vincent Sahler, and its main feature is "Apply a custom theme to MBN".

Extension Screenshots

screenshot

Download MBN DarkTheme Extension CRX File

Download MBN DarkTheme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension provides a mod for MBN which apply a custom css, basically creating a dark mode MBN                    

Extension Basic Information

Name MBN DarkTheme MBN DarkTheme
ID egkpfobbbpgfpbcjgogfkjfbikgbaedk
Official URL https://chromewebstore.google.com/detail/mbn-darktheme/egkpfobbbpgfpbcjgogfkjfbikgbaedk
Description Apply a custom theme to MBN
File Size 7.54 KB
Installation Count 43
Current Version 1.3
Last Updated 2022-02-12
Publish Date 2021-12-13
Rating 5.00/5 Total 2 Ratings
Developer Vincent Sahler
Email [email protected]
Payment Type free
Extension Website https://github.com/vsahler/mbn-darktheme
Help Page URL https://github.com/vsahler/mbn-darktheme/issues
Supported Languages 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"
    }
}