Vtop Captcha Solver

Solves your Vtop Captchas for you!

ما هو Vtop Captcha Solver؟

Vtop Captcha Solver هو إضافة Chrome تم تطويرها بواسطة Pratyush Kongalla، والميزة الرئيسية لها هي "Solves your Vtop Captchas for you!".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The only vtop extension that solves Vtop captchas!
Makes the login process lightning fast.
Uses machine learning to analyze the captcha image and solves it.
So no more wasting time on captchas!

Now works with vtop Chennai, Bhopal & AP!                    

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

الاسم Vtop Captcha Solver Vtop Captcha Solver
ID balpfhmdaaahhppiijcgaemeoeojejam
عنوان URL الرسمي https://chromewebstore.google.com/detail/vtop-captcha-solver/balpfhmdaaahhppiijcgaemeoeojejam
الوصف Solves your Vtop Captchas for you!
حجم الملف 1.14 MB
عدد التثبيتات 4,652
النسخة الحالية 4.0.2.0
آخر تحديث 2023-06-26
تاريخ النشر 2022-01-12
تقييم 4.29/5 مجموع تقييمات 66
المطور Pratyush Kongalla
البريد الإلكتروني [email protected]
نوع الدفع in_app
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vtop Captcha Solver",
    "description": "Solves your Vtop Captchas for you!",
    "version": "4.0.2.0",
    "icons": {
        "48": ".\/icons\/good.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vit.ac.in\/*",
                "*:\/\/*.vitap.ac.in\/*",
                "*:\/\/*.vitbhopal.ac.in\/*"
            ],
            "js": [
                "contentScripts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/velloreWeights.json",
                "\/chennaiWeights.json"
            ],
            "matches": [
                "*:\/\/*.vit.ac.in\/*",
                "*:\/\/*.vitap.ac.in\/*",
                "*:\/\/*.vitbhopal.ac.in\/*"
            ]
        }
    ],
    "content_security_policy": [],
    "manifest_version": 3
}