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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}