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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Decaptcha the captcha code on NTHU OAuth page and automatically applied the value on the form."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NTHU OAuth Decaptcha एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
            ]
        }
    ]
}