Jaccount Captcha
This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung
Jaccount Captcha क्या है?
Jaccount Captcha SeayoungZhang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jaccount Captcha एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" ] } ] } |