nthu_decaptcha
Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE
What is nthu_decaptcha?
nthu_decaptcha is a Chrome extension developed by 0w1, and its main feature is "Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE".
Extension Screenshots
Download nthu_decaptcha Extension CRX File
Download nthu_decaptcha extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | nthu_decaptcha |
ID | bncfgoachcelcbeblmacaonaklplpbin |
Official URL | https://chromewebstore.google.com/detail/nthudecaptcha/bncfgoachcelcbeblmacaonaklplpbin |
Description | Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE |
File Size | 4.67 KB |
Installation Count | 145 |
Current Version | 1.1 |
Last Updated | 2019-07-21 |
Publish Date | 2019-07-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | 0w1 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://leporidae.ml/v2/policy.html |
Supported Languages | 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" ] } ] } |