nthu_decaptcha
Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE
什么是nthu_decaptcha?
nthu_decaptcha是由0w1开发的Chrome扩展程序,该扩展的主要功能是“Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE”。
扩展截图
下载nthu_decaptcha扩展crx文件
下载nthu_decaptcha扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | bncfgoachcelcbeblmacaonaklplpbin |
| 官方URL | https://chromewebstore.google.com/detail/nthudecaptcha/bncfgoachcelcbeblmacaonaklplpbin |
| 简介 | Automatically fills the captcha field in ccxp.nthu.edu.tw/ccxp/INQUIRE |
| 文件大小 | 4.67 KB |
| 安装次数 | 145 |
| 当前版本 | 1.1 |
| 更新时间 | 2019-07-21 |
| 上架时间 | 2019-07-21 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | 0w1 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://leporidae.ml/v2/policy.html |
| 支持的语言 | 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"
]
}
]
} | |