nthu_decaptcha

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

Apa itu nthu_decaptcha?

nthu_decaptcha adalah ekstensi Chrome yang dikembangkan oleh 0w1, dan fitur utamanya adalah "Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi nthu_decaptcha

Unduh file ekstensi nthu_decaptcha dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama nthu_decaptcha nthu_decaptcha
ID bncfgoachcelcbeblmacaonaklplpbin
URL Resmi https://chromewebstore.google.com/detail/nthudecaptcha/bncfgoachcelcbeblmacaonaklplpbin
Deskripsi Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE
Ukuran File 4.67 KB
Jumlah Instalasi 145
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-07-21
Tanggal Publikasi 2019-07-21
Penilaian 5.00/5 Total 2 Penilaian
Pengembang 0w1
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://leporidae.ml/v2/policy.html
Bahasa yang Didukung 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"
            ]
        }
    ]
}