Jaccount Captcha
This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung
什麼是Jaccount Captcha?
Jaccount Captcha是由SeayoungZhang開發的Chrome擴展程式,該擴展的主要功能是“This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung”。
擴展截圖
下載Jaccount Captcha擴展crx文件
下載Jaccount Captcha擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | jkflfhcfedefddihcbbidpokhphmjfkm |
官方網址 | https://chrome.google.com/webstore/detail/jaccount-captcha/jkflfhcfedefddihcbbidpokhphmjfkm |
簡介 | This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung |
檔案大小 | 2.41 MB |
安裝次數 | 192 |
目前版本 | 2.1 |
更新時間 | 2018-08-27 |
上架時間 | 2018-08-27 |
評分 | 5.00/5 共 1 次評分 |
開發者 | SeayoungZhang |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/seayoungzhang/jaccount-captcha-cnn |
說明頁面URL | https://github.com/seayoungzhang/jaccount-captcha-cnn |
支援的語言 | 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" ] } ] } |