VIT Updated Auto-Capcha (Free)

Auto Captcha For Vellore VTOP

Wat is VIT Updated Auto-Capcha (Free)?

VIT Updated Auto-Capcha (Free) is een Chrome-extensie ontwikkeld door binary.legends0307, en de belangrijkste functie is "Auto Captcha For Vellore VTOP".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie VIT Updated Auto-Capcha (Free)

Download VIT Updated Auto-Capcha (Free)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam VIT Updated Auto-Capcha (Free) VIT Updated Auto-Capcha (Free)
ID npldlfinjpgdfhlojnkipjcaciooiaek
Officiële URL https://chromewebstore.google.com/detail/vit-updated-auto-capcha-f/npldlfinjpgdfhlojnkipjcaciooiaek
Beschrijving Auto Captcha For Vellore VTOP
Bestandsgrootte 9.58 KB
Aantal Installaties 1,511
Huidige Versie 0.2.0
Laatst Bijgewerkt 2022-09-04
Publicatiedatum 2022-07-07
Beoordeling 3.33/5 Totaal 6 Beoordelingen
Ontwikkelaar binary.legends0307
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}