Moodle Captcha

Automatically fills the captcha for you

什麼是Moodle Captcha?

Moodle Captcha是由sprakhar2002開發的Chrome擴展程式,該擴展的主要功能是“Automatically fills the captcha for you”。

擴展截圖

screenshot

下載Moodle Captcha擴展crx文件

下載Moodle Captcha擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        It will automatically fill up the captcha for moodle IITD                    

擴展基本資訊

名稱 Moodle Captcha Moodle Captcha
ID iamcdgfbkimlnjdellmbghgmkljbddof
官方網址 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"
            ]
        }
    ]
}