NTUWLogin Bot

This extension helps you login to the NTUWL wireless network automatically.

NTUWLogin Botとは何ですか?

NTUWLogin BotはJianfengによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you login to the NTUWL wireless network automatically.」です。

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

screenshot
screenshot
screenshot
screenshot

NTUWLogin Bot拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This tiny extension helps you use the NTUWL wireless network in a very convenient way.

Update in 1.2.1. Suggestions for feedback is added to About page.

Update in 1.2.0. Log in address modified to be able to work for more situations.  For example, It will work with wifi near Chinese Library, too. 

Every time you are redirected to the login page of NTUWL, NTUWLogin Bot will automatically fill in the form, login for you, and redirect you back.

Just fill in your login details in the options and let NTUWLogin Bot help you.

Btw, NTUWLogin Bot will definitely NOT store your personal information. All your data will be store locally on your computer.                    

拡張機能の基本情報

名前 NTUWLogin Bot NTUWLogin Bot
ID lhdnakojjcalgnjagkaldadpncpodhje
公式URL https://chromewebstore.google.com/detail/ntuwlogin-bot/lhdnakojjcalgnjagkaldadpncpodhje
説明 This extension helps you login to the NTUWL wireless network automatically.
ファイルサイズ 54.62 KB
インストール数 111
現在のバージョン 1.2.1
最終更新日 2014-06-07
公開日 2014-06-06
評価 4.57/5 合計 7 レビュー
開発者 Jianfeng
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NTUWLogin Bot",
    "description": "This extension helps you login to the NTUWL wireless network automatically.",
    "version": "1.2.1",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "tabs"
    ],
    "options_page": "options.html",
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "popup.html"
    }
}