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 |
| Eメール | [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"
]
}
]
} | |