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ファイルをダウンロード

SYSU CAS Captcha Autofill拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}