nthu_decaptcha

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

Was ist nthu_decaptcha?

nthu_decaptcha ist eine Chrome-Erweiterung, die von 0w1 entwickelt wurde, und ihr Hauptmerkmal ist "Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE".

Erweiterungsscreenshots

screenshot

nthu_decaptcha-Erweiterungs-CRX-Datei herunterladen

Laden Sie nthu_decaptcha-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name nthu_decaptcha nthu_decaptcha
ID bncfgoachcelcbeblmacaonaklplpbin
Offizielle URL https://chromewebstore.google.com/detail/nthudecaptcha/bncfgoachcelcbeblmacaonaklplpbin
Beschreibung Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE
Dateigröße 4.67 KB
Installationsanzahl 145
Aktuelle Version 1.1
Letztes Update 2019-07-21
Veröffentlichungsdatum 2019-07-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler 0w1
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://leporidae.ml/v2/policy.html
Unterstützte Sprachen 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"
            ]
        }
    ]
}