Moodle-RMB-Unlocker

Free your Moodle.

What is Moodle-RMB-Unlocker?

Moodle-RMB-Unlocker is a Chrome extension developed by yaso subibu, and its main feature is "Free your Moodle.".

Extension Screenshots

screenshot

Download Moodle-RMB-Unlocker Extension CRX File

Download Moodle-RMB-Unlocker 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

                        Free your Moodle pages by disabling all blocking event handlers for RMB, CTRL+c, CTRL+V, F12 and more.                    

Extension Basic Information

Name Moodle-RMB-Unlocker Moodle-RMB-Unlocker
ID hbgfiefjomjaoabofhaeangpjognhokd
Official URL https://chromewebstore.google.com/detail/moodle-rmb-unlocker/hbgfiefjomjaoabofhaeangpjognhokd
Description Free your Moodle.
File Size 6.39 KB
Installation Count 20
Current Version 1.1
Last Updated 2022-06-16
Publish Date 2021-05-17
Rating 5.00/5 Total 3 Ratings
Developer yaso subibu
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moodle-RMB-Unlocker",
    "description": "Free your Moodle.",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.edu.ua\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}