SYSU CAS Captcha Autofill

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

Cos'è SYSU CAS Captcha Autofill?

SYSU CAS Captcha Autofill è un'estensione di Chrome sviluppata da https://qjbtiger.github.io, e la sua funzione principale è "This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SYSU CAS Captcha Autofill

Scarica i file di estensione SYSU CAS Captcha Autofill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SYSU CAS Captcha Autofill SYSU CAS Captcha Autofill
ID ipdlibcadfhbodhagdjdcaebnlgbjoko
URL Ufficiale https://chromewebstore.google.com/detail/sysu-cas-captcha-autofill/ipdlibcadfhbodhagdjdcaebnlgbjoko
Descrizione This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website
Dimensione del File 943 KB
Conteggio Installazioni 327
Versione Corrente 1.1.1
Ultimo Aggiornamento 2021-09-09
Data di Pubblicazione 2020-07-27
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://qjbtiger.github.io
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}