VTOP Beta Auto Captcha
Generates auto captcha for the new vtop site
Wat is VTOP Beta Auto Captcha?
VTOP Beta Auto Captcha is een Chrome-extensie ontwikkeld door kesh.howzat, en de belangrijkste functie is "Generates auto captcha for the new vtop site".
Download het CRX-bestand van de extensie VTOP Beta Auto Captcha
Download VTOP Beta Auto Captcha-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
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].
Basisinformatie over de Extensie
Naam | |
ID | chkhokedgdiifpnjpfmhbnnoicdecjha |
Officiële URL | https://chrome.google.com/webstore/detail/vtop-beta-auto-captcha/chkhokedgdiifpnjpfmhbnnoicdecjha |
Beschrijving | Generates auto captcha for the new vtop site |
Bestandsgrootte | 41.69 KB |
Aantal Installaties | 404 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-07-22 |
Publicatiedatum | 2017-07-22 |
Beoordeling | 2.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | kesh.howzat |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |