Vtop Captcha Solver

Solves your Vtop Captchas for you!

Vtop Captcha Solver क्या है?

Vtop Captcha Solver Pratyush Kongalla द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Solves your Vtop Captchas for you!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vtop Captcha Solver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}