TTD Hotkeys

Hotkeys to play ArchonTheWizard's TTD.

TTD Hotkeysとは何ですか?

TTD HotkeysはChris Connettによって開発されたChromeの拡張機能で、その主な機能は「Hotkeys to play ArchonTheWizard's TTD.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Playing ArchonTheWizard's TTD stream defense game? If you grow tired of typing !command all the time, this extension adds hotkeys. As long as you are on www.twitch.tv/archonthewizard and the main chat input is not focused.

Change classes with letter keys. Move between towers, train, and control your powerup with the keypad. 

Shortcuts for the tower classes all require SHIFT to avoid powerbar-killing mistakes.

In highpriest mode, the keypad keys control what tower the next tower-specific buff will go to. Wisdom requires Shift+W to avoid accidental train trains Kappa.                    

拡張機能の基本情報

名前 TTD Hotkeys TTD Hotkeys
ID acbihdagaiiboccgomfjjdmohhghfcan
公式URL https://chromewebstore.google.com/detail/ttd-hotkeys/acbihdagaiiboccgomfjjdmohhghfcan
説明 Hotkeys to play ArchonTheWizard's TTD.
ファイルサイズ 55.73 KB
インストール数 20
現在のバージョン 0.2.1
最終更新日 2016-05-21
公開日 2016-05-20
評価 5.00/5 合計 2 レビュー
開発者 Chris Connett
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/cconnett/ttd-hotkeys
プライバシーポリシーページのURL https://github.com/cconnett/spelunky-save
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TTD Hotkeys",
    "version": "0.2.1",
    "description": "Hotkeys to play ArchonTheWizard's TTD.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/archonthewizard"
            ],
            "js": [
                "mousetrap.min.js",
                "jquery-2.2.3.min.js",
                "hotkeys.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}