NTHU OAuth Decaptcha

Decaptcha the captcha code on NTHU OAuth page and automatically applied the value on the form.

NTHU OAuth Decaptchaとは何ですか?

NTHU OAuth Decaptchaはjustin0u0によって開発されたChromeの拡張機能で、その主な機能は「Decaptcha the captcha code on NTHU OAuth page and automatically applied the value on the form.」です。

拡張機能のスクリーンショット

screenshot

NTHU OAuth Decaptcha拡張機能のCRXファイルをダウンロード

NTHU OAuth Decaptcha拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        NTHU OAuth Decaptcha

該插件可以自動填入清大 OAuth 系統驗證碼。

專案網址:https://github.com/justin0u0/NTHU-OAuth-Decaptcha

如果你喜歡這個插件,可以幫我們的 Github Repo 點個星星 ⭐️                    

拡張機能の基本情報

名前 NTHU OAuth Decaptcha NTHU OAuth Decaptcha
ID mflpajkffpiibelpmffonolenndbgogp
公式URL https://chromewebstore.google.com/detail/nthu-oauth-decaptcha/mflpajkffpiibelpmffonolenndbgogp
説明 Decaptcha the captcha code on NTHU OAuth page and automatically applied the value on the form.
ファイルサイズ 3.11 MB
インストール数 401
現在のバージョン 1.4
最終更新日 2023-08-25
公開日 2022-02-14
評価 5.00/5 合計 4 レビュー
開発者 justin0u0
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/justin0u0/NTHU-OAuth-Decaptcha
ヘルプページのURL https://github.com/justin0u0/NTHU-OAuth-Decaptcha
対応言語 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NTHU OAuth Decaptcha",
    "description": "Decaptcha the captcha code on NTHU OAuth page and automatically applied the value on the form.",
    "version": "1.4",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/oauth.ccxp.nthu.edu.tw\/v1.1\/authorize.php"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/oauth.ccxp.nthu.edu.tw\/v1.1\/authorize.php*"
            ],
            "js": [
                "js\/tfjs-core.min.js",
                "js\/tfjs-backend-webgl.min.js",
                "js\/tfjs-layers.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/model\/*"
            ],
            "matches": [
                "https:\/\/oauth.ccxp.nthu.edu.tw\/*"
            ]
        }
    ]
}