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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}