SYSU CAS Captcha Autofill

This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website

SYSU CAS Captcha Autofill란 무엇입니까?

SYSU CAS Captcha Autofill은(는) https://qjbtiger.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website"입니다.

확장 프로그램 스크린샷

screenshot

SYSU CAS Captcha Autofill 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a Chrome Extension to auto fill captchas when logining Sun Yat-sen University CAS website. Just download and it will work well.
For more details, go to https://github.com/Qjbtiger/CAS-captcha                    

확장 프로그램 기본 정보

이름 SYSU CAS Captcha Autofill SYSU CAS Captcha Autofill
ID ipdlibcadfhbodhagdjdcaebnlgbjoko
공식 URL https://chromewebstore.google.com/detail/sysu-cas-captcha-autofill/ipdlibcadfhbodhagdjdcaebnlgbjoko
설명 This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website
파일 크기 943 KB
설치 횟수 327
현재 버전 1.1.1
최근 업데이트 2021-09-09
출시 날짜 2020-07-27
평점 3.00/5 총 2 개의 평점
개발자 https://qjbtiger.github.io
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SYSU CAS Captcha Autofill",
    "version": "1.1.1",
    "description": "This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cas.sysu.edu.cn\/cas\/login*",
                "https:\/\/cas-443.webvpn.sysu.edu.cn\/cas\/login*"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/onnx.min.js",
                "js\/analytics.js",
                "js\/main.js"
            ],
            "run_at": "document_start",
            "all_frame": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/github.com\/Qjbtiger",
    "browser_action": {
        "default_icon": "img\/icon_32.png",
        "default_title": "Hi!",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "model\/*"
    ]
}