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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}