Moodle Captcha

Automatically fills the captcha for you

Apa itu Moodle Captcha?

Moodle Captcha adalah ekstensi Chrome yang dikembangkan oleh sprakhar2002, dan fitur utamanya adalah "Automatically fills the captcha for you".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Moodle Captcha

Unduh file ekstensi Moodle Captcha dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        It will automatically fill up the captcha for moodle IITD                    

Informasi Dasar Ekstensi

Nama Moodle Captcha Moodle Captcha
ID iamcdgfbkimlnjdellmbghgmkljbddof
URL Resmi https://chromewebstore.google.com/detail/moodle-captcha/iamcdgfbkimlnjdellmbghgmkljbddof
Deskripsi Automatically fills the captcha for you
Ukuran File 3.2 KB
Jumlah Instalasi 1,132
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-06-20
Tanggal Publikasi 2021-06-20
Penilaian 4.73/5 Total 11 Penilaian
Pengembang sprakhar2002
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}