Moodle Captcha
Automatically fills the captcha for you
什么是Moodle Captcha?
Moodle Captcha是由sprakhar2002开发的Chrome扩展程序,该扩展的主要功能是“Automatically fills the captcha for you”。
扩展截图
下载Moodle Captcha扩展crx文件
下载Moodle Captcha扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It will automatically fill up the captcha for moodle IITD
扩展基本信息
名称 | Moodle Captcha |
ID | iamcdgfbkimlnjdellmbghgmkljbddof |
官方URL | https://chromewebstore.google.com/detail/moodle-captcha/iamcdgfbkimlnjdellmbghgmkljbddof |
简介 | Automatically fills the captcha for you |
文件大小 | 3.2 KB |
安装次数 | 1,132 |
当前版本 | 1.0 |
更新时间 | 2021-06-20 |
上架时间 | 2021-06-20 |
评分 | 4.73/5 共11次评分 |
开发者 | sprakhar2002 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |