Jaccount Captcha
This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung
Wat is Jaccount Captcha?
Jaccount Captcha is een Chrome-extensie ontwikkeld door SeayoungZhang, en de belangrijkste functie is "This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung".
Extensie Screenshots
Download het CRX-bestand van de extensie Jaccount Captcha
Download Jaccount Captcha-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 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
Basisinformatie over de Extensie
Naam | |
ID | jkflfhcfedefddihcbbidpokhphmjfkm |
Officiële URL | https://chrome.google.com/webstore/detail/jaccount-captcha/jkflfhcfedefddihcbbidpokhphmjfkm |
Beschrijving | This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung |
Bestandsgrootte | 2.41 MB |
Aantal Installaties | 192 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2018-08-27 |
Publicatiedatum | 2018-08-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | SeayoungZhang |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/seayoungzhang/jaccount-captcha-cnn |
Help Pagina-URL | https://github.com/seayoungzhang/jaccount-captcha-cnn |
Ondersteunde Talen | 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" ] } ] } |