Jaccount Captcha

This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung

Jaccount Captchaคืออะไร?

Jaccount Captcha เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SeayoungZhang และคุณลักษณะหลักของมันคือ "This is a Jaccount captcha recognizing plugin for Chrome and Chromium web browser developed by Seayoung"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jaccount Captcha

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Jaccount Captcha Jaccount Captcha
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"
            ]
        }
    ]
}