Moodle Captcha

Moodle Captcha

Automatically fills the captcha for you

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}