nthu_decaptcha

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

Hvad er nthu_decaptcha?

nthu_decaptcha er en Chrome-udvidelse udviklet af 0w1, og dens hovedfunktion er "Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE".

Udvidelsesskærmbilleder

screenshot

Download nthu_decaptcha-udvidelses-CRX-fil

Download nthu_decaptcha-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn nthu_decaptcha nthu_decaptcha
ID bncfgoachcelcbeblmacaonaklplpbin
Officiel URL https://chromewebstore.google.com/detail/nthudecaptcha/bncfgoachcelcbeblmacaonaklplpbin
Beskrivelse Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE
Filstørrelse 4.67 KB
Antal Installationer 145
Nuværende Version 1.1
Senest Opdateret 2019-07-21
Udgivelsesdato 2019-07-21
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler 0w1
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://leporidae.ml/v2/policy.html
Understøttede Sprog 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"
            ]
        }
    ]
}