Vtop Captcha Solver

Solves your Vtop Captchas for you!

Vtop Captcha Solver là gì?

Vtop Captcha Solver là một tiện ích mở rộng Chrome được phát triển bởi Pratyush Kongalla, và tính năng chính của nó là "Solves your Vtop Captchas for you!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vtop Captcha Solver

Tải xuống các tệp mở rộng Vtop Captcha Solver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vtop Captcha Solver Vtop Captcha Solver
ID balpfhmdaaahhppiijcgaemeoeojejam
URL Chính Thức https://chromewebstore.google.com/detail/vtop-captcha-solver/balpfhmdaaahhppiijcgaemeoeojejam
Mô tả Solves your Vtop Captchas for you!
Kích Thước Tệp 1.14 MB
Số Lần Cài Đặt 4,652
Phiên Bản Hiện Tại 4.0.2.0
Cập Nhật Lần Cuối 2023-06-26
Ngày Phát Hành 2022-01-12
Đánh Giá 4.29/5 Tổng số 66 Đánh Giá
Nhà Phát Triển Pratyush Kongalla
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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
}