Vtop Captcha Solver
Solves your Vtop Captchas for you!
Wat is Vtop Captcha Solver?
Vtop Captcha Solver is een Chrome-extensie ontwikkeld door Pratyush Kongalla, en de belangrijkste functie is "Solves your Vtop Captchas for you!".
Extensie Screenshots
Download het CRX-bestand van de extensie Vtop Captcha Solver
Download Vtop Captcha Solver-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
The only vtop extension that solves Vtop captchas! Makes the login process lightning fast. Uses machine learning to analyze the captcha image and solves it. So no more wasting time on captchas! Now works with vtop Chennai, Bhopal & AP!
Basisinformatie over de Extensie
Naam | Vtop Captcha Solver |
ID | balpfhmdaaahhppiijcgaemeoeojejam |
Officiële URL | https://chromewebstore.google.com/detail/vtop-captcha-solver/balpfhmdaaahhppiijcgaemeoeojejam |
Beschrijving | Solves your Vtop Captchas for you! |
Bestandsgrootte | 1.14 MB |
Aantal Installaties | 4,652 |
Huidige Versie | 4.0.2.0 |
Laatst Bijgewerkt | 2023-06-26 |
Publicatiedatum | 2022-01-12 |
Beoordeling | 4.29/5 Totaal 66 Beoordelingen |
Ontwikkelaar | Pratyush Kongalla |
[email protected] | |
Betalingswijze | in_app |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vtop Captcha Solver", "description": "Solves your Vtop Captchas for you!", "version": "4.0.2.0", "icons": { "48": ".\/icons\/good.png" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.vit.ac.in\/*", "*:\/\/*.vitap.ac.in\/*", "*:\/\/*.vitbhopal.ac.in\/*" ], "js": [ "contentScripts.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/velloreWeights.json", "\/chennaiWeights.json" ], "matches": [ "*:\/\/*.vit.ac.in\/*", "*:\/\/*.vitap.ac.in\/*", "*:\/\/*.vitbhopal.ac.in\/*" ] } ], "content_security_policy": [], "manifest_version": 3 } |