Moodle Captcha

Automatically fills the captcha for you

ما هو Moodle Captcha؟

Moodle Captcha هو إضافة Chrome تم تطويرها بواسطة sprakhar2002، والميزة الرئيسية لها هي "Automatically fills the captcha for you".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Moodle Captcha

قم بتنزيل ملفات الامتداد Moodle Captcha بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
            ]
        }
    ]
}