Better Moodle
A browser addon that improves the AAU moodle experience
What is Better Moodle?
Better Moodle is a Chrome extension developed by ScuffedDevelopers, and its main feature is "A browser addon that improves the AAU moodle experience".
Extension Screenshots
Download Better Moodle Extension CRX File
Download Better 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
The AAU moodle experience has now been improved tenfold, you can now browse AAU moodle in dark mode. More features to be added later.
Extension Basic Information
Name | Better Moodle |
ID | aofdjmkgnpipogehghkinngokldnomgg |
Official URL | https://chromewebstore.google.com/detail/better-moodle/aofdjmkgnpipogehghkinngokldnomgg |
Description | A browser addon that improves the AAU moodle experience |
File Size | 318 KB |
Installation Count | 16 |
Current Version | 1.2 |
Last Updated | 2022-10-18 |
Publish Date | 2022-10-04 |
Rating | 5.00/5 Total 5 Ratings |
Developer | ScuffedDevelopers |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better Moodle", "version": "1.2", "description": "A browser addon that improves the AAU moodle experience", "icons": { "16": "images\/logo-mi-16.png", "32": "images\/logo-mi-32.png", "48": "images\/logo-mi-48.png", "128": "images\/logo-mi-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.moodle.aau.dk\/*" ], "css": [ "main.css" ] }, { "matches": [ "https:\/\/www.moodle.aau.dk\/local\/planning\/calendar.php" ], "js": [ "scripts\/calendar.js" ] } ] } |