nthu_decaptcha

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

Wat is nthu_decaptcha?

nthu_decaptcha is een Chrome-extensie ontwikkeld door 0w1, en de belangrijkste functie is "Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie nthu_decaptcha

Download nthu_decaptcha-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam nthu_decaptcha nthu_decaptcha
ID bncfgoachcelcbeblmacaonaklplpbin
Officiële URL https://chromewebstore.google.com/detail/nthudecaptcha/bncfgoachcelcbeblmacaonaklplpbin
Beschrijving Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE
Bestandsgrootte 4.67 KB
Aantal Installaties 145
Huidige Versie 1.1
Laatst Bijgewerkt 2019-07-21
Publicatiedatum 2019-07-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar 0w1
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://leporidae.ml/v2/policy.html
Ondersteunde Talen 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"
            ]
        }
    ]
}