VTOP Beta Auto Captcha

Generates auto captcha for the new vtop site

Qu'est-ce que VTOP Beta Auto Captcha ?

VTOP Beta Auto Captcha est une extension Chrome développée par kesh.howzat, et sa fonction principale est "Generates auto captcha for the new vtop site".

Télécharger le fichier CRX de l'extension VTOP Beta Auto Captcha

Téléchargez les fichiers d'extension VTOP Beta Auto Captcha au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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].                    

Informations de Base sur l'Extension

Nom VTOP Beta Auto Captcha VTOP Beta Auto Captcha
ID chkhokedgdiifpnjpfmhbnnoicdecjha
URL Officiel https://chrome.google.com/webstore/detail/vtop-beta-auto-captcha/chkhokedgdiifpnjpfmhbnnoicdecjha
Description Generates auto captcha for the new vtop site
Taille du Fichier 41.69 KB
Nombre d'Installations 404
Version Actuelle 1.0
Dernière Mise à Jour 2017-07-22
Date de Publication 2017-07-22
Évaluation 2.60/5 Total 10 Évaluations
Développeur kesh.howzat
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}