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! 擴展基本資訊
| 名稱 | |
| ID | npldlfinjpgdfhlojnkipjcaciooiaek |
| 官方網址 | 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"
}
}
} | |