nthu_decaptcha

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

什麼是nthu_decaptcha?

nthu_decaptcha是由0w1開發的Chrome擴展程式,該擴展的主要功能是“Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE”。

擴展截圖

screenshot

下載nthu_decaptcha擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}