Dark Moodle

Dark theme for UBS Moodle

What is Dark Moodle?

Dark Moodle is a Chrome extension developed by Fyelne, and its main feature is "Dark theme for UBS Moodle".

Extension Screenshots

screenshot

Download Dark Moodle Extension CRX File

Download Dark Moodle 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

                        Dark mode has arrived on Moodle! Come and try it for free :D                    

Extension Basic Information

Name Dark Moodle Dark Moodle
ID hblgmffbmddipnmjboehgpbpmmmkhdom
Official URL https://chromewebstore.google.com/detail/dark-moodle/hblgmffbmddipnmjboehgpbpmmmkhdom
Description Dark theme for UBS Moodle
File Size 2.37 MB
Installation Count 458
Current Version 2.1
Last Updated 2023-04-27
Publish Date 2022-05-22
Rating 5.00/5 Total 1 Ratings
Developer Fyelne
Email [email protected]
Payment Type free
Extension Website https://github.com/Fyelne/Dark-Moodle
Help Page URL https://github.com/Fyelne/Dark-Moodle/pulls
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dark Moodle",
    "version": "2.1",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "Dark theme for UBS Moodle",
    "content_scripts": [
        {
            "css": [
                ".\/style.css"
            ],
            "matches": [
                "https:\/\/moodle.univ-ubs.fr\/*",
                "https:\/\/cas.univ-ubs.fr\/*"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{b6c864e2-2c58-41da-9a3d-999485670f20}"
        }
    },
    "content_security_policy": []
}