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 |
| 公式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 |
| Eメール | [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"
}
}
} | |