nthu_decaptcha
Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE
O que é nthu_decaptcha?
nthu_decaptcha é uma extensão do Chrome desenvolvida por 0w1, e sua principal característica é "Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão nthu_decaptcha
Baixe arquivos de extensão nthu_decaptcha 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
Uses simple traditional algorithm to extract the digits. So far we haven't found any case that fails the program. Should you find one, please send a copy of the image to us and we will work on improving it. ***Edit (Jun 9, 2019): This product is broken temporarily, due to some modification of the captcha generating algorithm.*** Source code: https://github.com/b0w1d/nthu_decaptcha
Informações Básicas da Extensão
Nome | nthu_decaptcha |
ID | bncfgoachcelcbeblmacaonaklplpbin |
URL Oficial | https://chromewebstore.google.com/detail/nthudecaptcha/bncfgoachcelcbeblmacaonaklplpbin |
Descrição | Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE |
Tamanho do Arquivo | 4.67 KB |
Contagem de Instalações | 145 |
Versão Atual | 1.1 |
Última Atualização | 2019-07-21 |
Data de Publicação | 2019-07-21 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | 0w1 |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://leporidae.ml/v2/policy.html |
Idiomas Suportados | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "nthu_decaptcha", "version": "1.1", "description": "Automatically fills the captcha field in ccxp.nthu.edu.tw\/ccxp\/INQUIRE", "content_scripts": [ { "matches": [ "*:\/\/www.ccxp.nthu.edu.tw\/ccxp\/*" ], "js": [ "decaptcha.js" ] } ] } |