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
电子邮箱 [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"
    }
}