Jaccount Captcha
This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung
What is Jaccount Captcha?
Jaccount Captcha is a Chrome extension developed by SeayoungZhang, and its main feature is "This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung".
Extension Screenshots
Download Jaccount Captcha Extension CRX File
Download Jaccount Captcha extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | jkflfhcfedefddihcbbidpokhphmjfkm |
Official URL | https://chrome.google.com/webstore/detail/jaccount-captcha/jkflfhcfedefddihcbbidpokhphmjfkm |
Description | This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung |
File Size | 2.41 MB |
Installation Count | 192 |
Current Version | 2.1 |
Last Updated | 2018-08-27 |
Publish Date | 2018-08-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | SeayoungZhang |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/seayoungzhang/jaccount-captcha-cnn |
Help Page URL | https://github.com/seayoungzhang/jaccount-captcha-cnn |
Supported Languages | 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" ] } ] } |