Moodle Girl Restore
This extension restores the UNSW Moodle hompage image back to the original Moodle girl.
What is Moodle Girl Restore?
Moodle Girl Restore is a Chrome extension developed by Aaron Ramshaw, and its main feature is "This extension restores the UNSW Moodle hompage image back to the original Moodle girl.".
Extension Screenshots
Download Moodle Girl Restore Extension CRX File
Download Moodle Girl Restore 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 #1 Original UNSW Moodle extension! Restores the UNSW Moodle login screen to the original, unadulterated Moodle girl.
Extension Basic Information
Name | Moodle Girl Restore |
ID | jlcdaoicakmpdjfilciojgbolpegcjbg |
Official URL | https://chromewebstore.google.com/detail/moodle-girl-restore/jlcdaoicakmpdjfilciojgbolpegcjbg |
Description | This extension restores the UNSW Moodle hompage image back to the original Moodle girl. |
File Size | 390 KB |
Installation Count | 48 |
Current Version | 0.1 |
Last Updated | 2015-08-03 |
Publish Date | 2015-08-02 |
Rating | 5.00/5 Total 17 Ratings |
Developer | Aaron Ramshaw |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moodle Girl Restore", "description": "This extension restores the UNSW Moodle hompage image back to the original Moodle girl.", "version": "0.1", "author": "Aaron Ramshaw", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/moodle.telt.unsw.edu.au\/*" ], "content_scripts": [ { "matches": [ "https:\/\/moodle.telt.unsw.edu.au\/*" ], "js": [ "mood.js" ], "all_frames": true } ], "web_accessible_resources": [ "mood.css", "moodlegirl.jpg" ] } |