VTOP Beta Auto Captcha

Generates auto captcha for the new vtop site

What is VTOP Beta Auto Captcha?

VTOP Beta Auto Captcha is a Chrome extension developed by kesh.howzat, and its main feature is "Generates auto captcha for the new vtop site".

Download VTOP Beta Auto Captcha Extension CRX File

Download VTOP Beta Auto Captcha 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

                        This generates auto captcha for the vtop beta for VIT students for the new beta version of the Vtop website. For any queries send a mail to [email protected].                    

Extension Basic Information

Name VTOP Beta Auto Captcha VTOP Beta Auto Captcha
ID chkhokedgdiifpnjpfmhbnnoicdecjha
Official URL https://chrome.google.com/webstore/detail/vtop-beta-auto-captcha/chkhokedgdiifpnjpfmhbnnoicdecjha
Description Generates auto captcha for the new vtop site
File Size 41.69 KB
Installation Count 404
Current Version 1.0
Last Updated 2017-07-22
Publish Date 2017-07-22
Rating 2.60/5 Total 10 Ratings
Developer kesh.howzat
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VTOP Beta Auto Captcha",
    "description": "Generates auto captcha for the new vtop site",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "64": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vtopbeta.vit.ac.in\/vtop\/*"
            ],
            "js": [
                "route.js"
            ]
        }
    ]
}