Moodle Captcha

Automatically fills the captcha for you

What is Moodle Captcha?

Moodle Captcha is a Chrome extension developed by sprakhar2002, and its main feature is "Automatically fills the captcha for you".

Extension Screenshots

screenshot

Download Moodle Captcha Extension CRX File

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

                        It will automatically fill up the captcha for moodle IITD                    

Extension Basic Information

Name Moodle Captcha Moodle Captcha
ID iamcdgfbkimlnjdellmbghgmkljbddof
Official URL https://chromewebstore.google.com/detail/moodle-captcha/iamcdgfbkimlnjdellmbghgmkljbddof
Description Automatically fills the captcha for you
File Size 3.2 KB
Installation Count 1,132
Current Version 1.0
Last Updated 2021-06-20
Publish Date 2021-06-20
Rating 4.73/5 Total 11 Ratings
Developer sprakhar2002
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moodle Captcha",
    "description": "Automatically fills the captcha for you",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/moodle.iitd.ac.in\/login\/index.php"
            ],
            "js": [
                "work.js"
            ]
        }
    ]
}