SYSU CAS Captcha Autofill

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

Qu'est-ce que SYSU CAS Captcha Autofill ?

SYSU CAS Captcha Autofill est une extension Chrome développée par https://qjbtiger.github.io, et sa fonction principale est "This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SYSU CAS Captcha Autofill

Téléchargez les fichiers d'extension SYSU CAS Captcha Autofill au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SYSU CAS Captcha Autofill SYSU CAS Captcha Autofill
ID ipdlibcadfhbodhagdjdcaebnlgbjoko
URL Officiel https://chromewebstore.google.com/detail/sysu-cas-captcha-autofill/ipdlibcadfhbodhagdjdcaebnlgbjoko
Description This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website
Taille du Fichier 943 KB
Nombre d'Installations 327
Version Actuelle 1.1.1
Dernière Mise à Jour 2021-09-09
Date de Publication 2020-07-27
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://qjbtiger.github.io
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}