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
官方網址 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
電子郵箱 [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"
    }
}