nthu_decaptcha

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

Qu'est-ce que nthu_decaptcha ?

nthu_decaptcha est une extension Chrome développée par 0w1, et sa fonction principale est "Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension nthu_decaptcha

Téléchargez les fichiers d'extension nthu_decaptcha au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom nthu_decaptcha nthu_decaptcha
ID bncfgoachcelcbeblmacaonaklplpbin
URL Officiel https://chromewebstore.google.com/detail/nthudecaptcha/bncfgoachcelcbeblmacaonaklplpbin
Description Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE
Taille du Fichier 4.67 KB
Nombre d'Installations 145
Version Actuelle 1.1
Dernière Mise à Jour 2019-07-21
Date de Publication 2019-07-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur 0w1
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://leporidae.ml/v2/policy.html
Langues Prises en Charge 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"
            ]
        }
    ]
}