VIT Updated Auto-Capcha (Free)

Auto Captcha For Vellore VTOP

What is VIT Updated Auto-Capcha (Free)?

VIT Updated Auto-Capcha (Free) is a Chrome extension developed by binary.legends0307, and its main feature is "Auto Captcha For Vellore VTOP".

Extension Screenshots

screenshot

Download VIT Updated Auto-Capcha (Free) Extension CRX File

Download VIT Updated Auto-Capcha (Free) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Auto fills the Captcha Input on the VTOP Login page using Image processing and ML model for FREE! No more manual Captchas!                    

Extension Basic Information

Name VIT Updated Auto-Capcha (Free) VIT Updated Auto-Capcha (Free)
ID npldlfinjpgdfhlojnkipjcaciooiaek
Official URL https://chromewebstore.google.com/detail/vit-updated-auto-capcha-f/npldlfinjpgdfhlojnkipjcaciooiaek
Description Auto Captcha For Vellore VTOP
File Size 9.58 KB
Installation Count 1,511
Current Version 0.2.0
Last Updated 2022-09-04
Publish Date 2022-07-07
Rating 3.33/5 Total 6 Ratings
Developer binary.legends0307
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VIT Updated Auto-Capcha (Free)",
    "description": "Auto Captcha For Vellore VTOP",
    "version": "0.2.0",
    "manifest_version": 3,
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.vtop.vit.ac.in\/vtop\/login*"
    ],
    "icons": {
        "128": "gv.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vtop.vit.ac.in\/vtop\/login*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "128": "gv.png"
        }
    }
}