nthu_decaptcha

Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE

ما هو nthu_decaptcha؟

nthu_decaptcha هو إضافة Chrome تم تطويرها بواسطة 0w1، والميزة الرئيسية لها هي "Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة nthu_decaptcha

قم بتنزيل ملفات الامتداد nthu_decaptcha بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Uses simple traditional algorithm to extract the digits. So far we haven't found any case that fails the program. Should you find one, please send a copy of the image to us and we will work on improving it. 

***Edit (Jun 9, 2019): This product is broken temporarily, due to some modification of the captcha generating algorithm.***

Source code: https://github.com/b0w1d/nthu_decaptcha                    

معلومات أساسية عن التمديد

الاسم nthu_decaptcha nthu_decaptcha
ID bncfgoachcelcbeblmacaonaklplpbin
عنوان URL الرسمي https://chromewebstore.google.com/detail/nthudecaptcha/bncfgoachcelcbeblmacaonaklplpbin
الوصف Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE
حجم الملف 4.67 KB
عدد التثبيتات 145
النسخة الحالية 1.1
آخر تحديث 2019-07-21
تاريخ النشر 2019-07-21
تقييم 5.00/5 مجموع تقييمات 2
المطور 0w1
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://leporidae.ml/v2/policy.html
اللغات المدعومة zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "nthu_decaptcha",
    "version": "1.1",
    "description": "Automatically fills the captcha field in ccxp.nthu.edu.tw\/ccxp\/INQUIRE",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ccxp.nthu.edu.tw\/ccxp\/*"
            ],
            "js": [
                "decaptcha.js"
            ]
        }
    ]
}