SYSU CAS Captcha Autofill
This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website
O que é SYSU CAS Captcha Autofill?
SYSU CAS Captcha Autofill é uma extensão do Chrome desenvolvida por https://qjbtiger.github.io, e sua principal característica é "This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SYSU CAS Captcha Autofill
Baixe arquivos de extensão SYSU CAS Captcha Autofill no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | SYSU CAS Captcha Autofill |
ID | ipdlibcadfhbodhagdjdcaebnlgbjoko |
URL Oficial | https://chromewebstore.google.com/detail/sysu-cas-captcha-autofill/ipdlibcadfhbodhagdjdcaebnlgbjoko |
Descrição | This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website |
Tamanho do Arquivo | 943 KB |
Contagem de Instalações | 327 |
Versão Atual | 1.1.1 |
Última Atualização | 2021-09-09 |
Data de Publicação | 2020-07-27 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | https://qjbtiger.github.io |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |