NYCU e3 驗證碼辨識器
Automatically recognize verification code in NYCU e3 system
What is NYCU e3 驗證碼辨識器?
NYCU e3 驗證碼辨識器 is a Chrome extension developed by a123tim123, and its main feature is "Automatically recognize verification code in NYCU e3 system".
Extension Screenshots
Download NYCU e3 驗證碼辨識器 Extension CRX File
Download NYCU e3 驗證碼辨識器 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
使用機器學習模型,辨識 New e3 驗證碼。 因為 New e3 驗證碼較為簡單,經過反覆訓練後,在測試資料能有高達 99.7% 的準確率! 功能說明: 每當到 New e3 登入頁面時,就自動填入驗證碼。 (2021/01/29)更新: 原交大 New e3 網址已無效,因此將其更改為合校後的 NYCU e3。 更新後可在 NYCU e3 繼續使用此擴充功能。
Extension Basic Information
Name | NYCU e3 驗證碼辨識器 |
ID | ipealnbodemhkocdbchflnmkaajalnop |
Official URL | https://chromewebstore.google.com/detail/nycu-e3-%E9%A9%97%E8%AD%89%E7%A2%BC%E8%BE%A8%E8%AD%98%E5%99%A8/ipealnbodemhkocdbchflnmkaajalnop |
Description | Automatically recognize verification code in NYCU e3 system |
File Size | 111 KB |
Installation Count | 86 |
Current Version | 1.4 |
Last Updated | 2021-01-31 |
Publish Date | 2020-12-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | a123tim123 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "images\/logo2.png" }, "description": "Automatically recognize verification code in NYCU e3 system", "browser_action": { "default_icon": "images\/logo2.png", "default_popup": "popup.html", "default_title": "NYCU e3 captcha Recognizer" }, "content_scripts": [ { "matches": [ "https:\/\/e3.nycu.edu.tw\/login\/index.php" ], "js": [ "onnx.min.js", "background.js" ], "run_at": "document_end", "all_frame": true } ], "name": "NYCU e3 \u9a57\u8b49\u78bc\u8fa8\u8b58\u5668", "version": "1.4", "homepage_url": "https:\/\/e3.nycu.edu.tw\/login\/index.php" } |