Jaccount Captcha
This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung
Cos'è Jaccount Captcha?
Jaccount Captcha è un'estensione di Chrome sviluppata da SeayoungZhang, e la sua funzione principale è "This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jaccount Captcha
Scarica i file di estensione Jaccount Captcha 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
This is an SJTU Jaccount captcha recognizing plugin for Chrome and Chromium browser developed by Siyang Zhang. It can save your Jaccount username and password and automatically fill in the captcha for you. Developed with JavaScript and an amazing machine learning project by Andrej Karpathy: http://cs.stanford.edu/people/karpathy/convnetjs Fork me on GitHub: https://github.com/seayoungzhang
Informazioni di Base sull'Estensione
Nome | |
ID | jkflfhcfedefddihcbbidpokhphmjfkm |
URL Ufficiale | https://chrome.google.com/webstore/detail/jaccount-captcha/jkflfhcfedefddihcbbidpokhphmjfkm |
Descrizione | This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung |
Dimensione del File | 2.41 MB |
Conteggio Installazioni | 192 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2018-08-27 |
Data di Pubblicazione | 2018-08-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | SeayoungZhang |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/seayoungzhang/jaccount-captcha-cnn |
URL della Pagina di Aiuto | https://github.com/seayoungzhang/jaccount-captcha-cnn |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jaccount Captcha", "version": "2.1", "description": "This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "main.html" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/jaccount.sjtu.edu.cn\/jaccount\/jalogin*" ], "js": [ "convnet.js", "jquery-3.1.1.min.js", "model_1.js", "reco.js" ] } ] } |