VIT Updated Auto-Capcha (Free)
Auto Captcha For Vellore VTOP
什么是VIT Updated Auto-Capcha (Free)?
VIT Updated Auto-Capcha (Free)是由binary.legends0307开发的Chrome扩展程序,该扩展的主要功能是“Auto Captcha For Vellore VTOP”。
扩展截图
下载VIT Updated Auto-Capcha (Free)扩展crx文件
下载VIT Updated Auto-Capcha (Free)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Auto fills the Captcha Input on the VTOP Login page using Image processing and ML model for FREE! No more manual Captchas!
扩展基本信息
名称 | VIT Updated Auto-Capcha (Free) |
ID | npldlfinjpgdfhlojnkipjcaciooiaek |
官方URL | https://chromewebstore.google.com/detail/vit-updated-auto-capcha-f/npldlfinjpgdfhlojnkipjcaciooiaek |
简介 | Auto Captcha For Vellore VTOP |
文件大小 | 9.58 KB |
安装次数 | 1,511 |
当前版本 | 0.2.0 |
更新时间 | 2022-09-04 |
上架时间 | 2022-07-07 |
评分 | 3.33/5 共6次评分 |
开发者 | binary.legends0307 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } } |