Vtop Captcha Solver

Solves your Vtop Captchas for you!

Vtop Captcha Solverとは何ですか?

Vtop Captcha SolverはPratyush Kongallaによって開発されたChromeの拡張機能で、その主な機能は「Solves your Vtop Captchas for you!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Vtop Captcha Solver拡張機能のCRXファイルをダウンロード

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
Eメール [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
}