nthu_decaptcha

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

Vad är nthu_decaptcha?

nthu_decaptcha är en Chrome-tillägg utvecklad av 0w1, och dess huvudfunktion är "Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE".

Tilläggsskärmbilder

screenshot

Ladda ner nthu_decaptcha-förlängningens CRX-fil

Ladda ner nthu_decaptcha-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn nthu_decaptcha nthu_decaptcha
ID bncfgoachcelcbeblmacaonaklplpbin
Officiell webbadress https://chromewebstore.google.com/detail/nthudecaptcha/bncfgoachcelcbeblmacaonaklplpbin
Beskrivning Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE
Filstorlek 4.67 KB
Antal Installationer 145
Aktuell Version 1.1
Senast Uppdaterad 2019-07-21
Publiceringsdatum 2019-07-21
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare 0w1
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://leporidae.ml/v2/policy.html
Stödda Språk 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"
            ]
        }
    ]
}