nthu_decaptcha
Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE
Cos'è nthu_decaptcha?
nthu_decaptcha è un'estensione di Chrome sviluppata da 0w1, e la sua funzione principale è "Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione nthu_decaptcha
Scarica i file di estensione nthu_decaptcha 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
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
Informazioni di Base sull'Estensione
Nome | nthu_decaptcha |
ID | bncfgoachcelcbeblmacaonaklplpbin |
URL Ufficiale | https://chromewebstore.google.com/detail/nthudecaptcha/bncfgoachcelcbeblmacaonaklplpbin |
Descrizione | Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE |
Dimensione del File | 4.67 KB |
Conteggio Installazioni | 145 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-07-21 |
Data di Pubblicazione | 2019-07-21 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | 0w1 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://leporidae.ml/v2/policy.html |
Lingue Supportate | 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" ] } ] } |