AutoCaptcha for VtopBeta

Autofills captcha in VIT Academics Page (vtopbeta.vit.ac.in)

What is AutoCaptcha for VtopBeta?

AutoCaptcha for VtopBeta is a Chrome extension developed by Abhishek Kankani, and its main feature is "Autofills captcha in VIT Academics Page (vtopbeta.vit.ac.in)".

Extension Screenshots

screenshot
screenshot

Download AutoCaptcha for VtopBeta Extension CRX File

Download AutoCaptcha for VtopBeta 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

                        - Autofills the captcha for you at VIT Student & Parent Login (https://vtopbeta.vit.ac.in/vtop, https://vtopbeta.vit.ac.in/vtop/parentLogin) & the Payment Portal
*Updated for the latest Captcha*
*Works on Refreshing Captcha*                    

Extension Basic Information

Name AutoCaptcha for VtopBeta AutoCaptcha for VtopBeta
ID ingjioohflbanjdikjjdngmpoplcmnkp
Official URL https://chrome.google.com/webstore/detail/autocaptcha-for-vtopbeta/ingjioohflbanjdikjjdngmpoplcmnkp
Description Autofills captcha in VIT Academics Page (vtopbeta.vit.ac.in)
File Size 252 KB
Installation Count 1,000
Current Version 1.0.1
Last Updated 2018-03-16
Publish Date 2018-03-16
Rating 4.23/5 Total 13 Ratings
Developer Abhishek Kankani
Email [email protected]
Payment Type free
Extension Website https://github.com/abhishekkankani/AutoCaptcha-for-VTOP
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoCaptcha for VtopBeta",
    "version": "1.0.1",
    "author": "Abhishek Kankani",
    "description": "Autofills captcha in VIT Academics Page (vtopbeta.vit.ac.in)",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vtopbeta.vit.ac.in\/vtop\/executeApp\/*",
                "*:\/\/vtopbeta.vit.ac.in\/vtop\/parentLogin",
                "*:\/\/vtopbeta.vit.ac.in\/vtop\/processLogin"
            ],
            "js": [
                "jquery.min.js",
                "captcha.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/vtop2.vit.ac.in\/*"
            ],
            "js": [
                "captcha2.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "*:\/\/vtopbeta.vit.ac.in\/vtop\/*",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}