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
官方網址 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\/*"
    ]
}