By: Kasper Helsted
Inspect and view changes in AAU Moodle Selector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "AAU Moodle Selector",
"description": "This extension makes it possible to hide/show calmoodle entries",
"version": "1.4.1",
"author": "Kasper Helsted",
"browser_action": {
"default_icon": "images/tab-icon.png",
"default_title": "Make moodle great again!"
},
"permissions": [
"activeTab",
"*://*.moodle.aau.dk/calmoodle/*"
],
"content_scripts": [
{
"matches": [
"*://*.moodle.aau.dk/calmoodle/*"
],
"js": [
"js/jquery-3.3.1.min.js",
"js/md5.js",
"js/content.js"
],
"css": [
"css/main.css"
]
}
],
"icons": {
"16": "images/tab-icon.png",
"48": "images/tab-icon.png",
"128": "images/tab-icon.png"
},
"web_accessible_resources": [
"images/*.png"
]
} Best AAU Moodle Selector Alternatives
Here are some Firefox add-ons that are similar to AAU Moodle Selector: