SYSU CAS Captcha Autofill
This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website
Wat is SYSU CAS Captcha Autofill?
SYSU CAS Captcha Autofill is een Chrome-extensie ontwikkeld door https://qjbtiger.github.io, en de belangrijkste functie is "This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website".
Extensie Screenshots
Download het CRX-bestand van de extensie SYSU CAS Captcha Autofill
Download SYSU CAS Captcha Autofill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ipdlibcadfhbodhagdjdcaebnlgbjoko |
| Officiële URL | https://chromewebstore.google.com/detail/sysu-cas-captcha-autofill/ipdlibcadfhbodhagdjdcaebnlgbjoko |
| Beschrijving | This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website |
| Bestandsgrootte | 943 KB |
| Aantal Installaties | 327 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2021-09-09 |
| Publicatiedatum | 2020-07-27 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://qjbtiger.github.io |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |