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"입니다.

확장 프로그램 스크린샷

screenshot

VIT Updated Auto-Capcha (Free) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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) 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"
        }
    }
}