VIT Updated Auto-Capcha (Free)

Auto Captcha For Vellore VTOP

Qu'est-ce que VIT Updated Auto-Capcha (Free) ?

VIT Updated Auto-Capcha (Free) est une extension Chrome développée par binary.legends0307, et sa fonction principale est "Auto Captcha For Vellore VTOP".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VIT Updated Auto-Capcha (Free)

Téléchargez les fichiers d'extension VIT Updated Auto-Capcha (Free) 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

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

Informations de Base sur l'Extension

Nom VIT Updated Auto-Capcha (Free) VIT Updated Auto-Capcha (Free)
ID npldlfinjpgdfhlojnkipjcaciooiaek
URL Officiel https://chromewebstore.google.com/detail/vit-updated-auto-capcha-f/npldlfinjpgdfhlojnkipjcaciooiaek
Description Auto Captcha For Vellore VTOP
Taille du Fichier 9.58 KB
Nombre d'Installations 1,511
Version Actuelle 0.2.0
Dernière Mise à Jour 2022-09-04
Date de Publication 2022-07-07
Évaluation 3.33/5 Total 6 Évaluations
Développeur binary.legends0307
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}