VIT Updated Auto-Capcha (Free)

Auto Captcha For Vellore VTOP

ما هو VIT Updated Auto-Capcha (Free)؟

VIT Updated Auto-Capcha (Free) هو إضافة Chrome تم تطويرها بواسطة binary.legends0307، والميزة الرئيسية لها هي "Auto Captcha For Vellore VTOP".

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

screenshot

تحميل ملف CRX للإضافة VIT Updated Auto-Capcha (Free)

قم بتنزيل ملفات الامتداد VIT Updated Auto-Capcha (Free) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Auto fills the Captcha Input on the VTOP Login page using Image processing and ML model for FREE! No more manual Captchas!                    

معلومات أساسية عن التمديد

الاسم VIT Updated Auto-Capcha (Free) VIT Updated Auto-Capcha (Free)
ID npldlfinjpgdfhlojnkipjcaciooiaek
عنوان URL الرسمي https://chromewebstore.google.com/detail/vit-updated-auto-capcha-f/npldlfinjpgdfhlojnkipjcaciooiaek
الوصف Auto Captcha For Vellore VTOP
حجم الملف 9.58 KB
عدد التثبيتات 1,511
النسخة الحالية 0.2.0
آخر تحديث 2022-09-04
تاريخ النشر 2022-07-07
تقييم 3.33/5 مجموع تقييمات 6
المطور binary.legends0307
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VIT Updated Auto-Capcha (Free)",
    "description": "Auto Captcha For Vellore VTOP",
    "version": "0.2.0",
    "manifest_version": 3,
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.vtop.vit.ac.in\/vtop\/login*"
    ],
    "icons": {
        "128": "gv.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vtop.vit.ac.in\/vtop\/login*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "128": "gv.png"
        }
    }
}