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
公式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
Eメール [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"
            ]
        }
    ]
}