nthu_decaptcha

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

nthu_decaptcha là gì?

nthu_decaptcha là một tiện ích mở rộng Chrome được phát triển bởi 0w1, và tính năng chính của nó là "Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng nthu_decaptcha

Tải xuống các tệp mở rộng nthu_decaptcha dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên nthu_decaptcha nthu_decaptcha
ID bncfgoachcelcbeblmacaonaklplpbin
URL Chính Thức https://chromewebstore.google.com/detail/nthudecaptcha/bncfgoachcelcbeblmacaonaklplpbin
Mô tả Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE
Kích Thước Tệp 4.67 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-07-21
Ngày Phát Hành 2019-07-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển 0w1
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://leporidae.ml/v2/policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}