TTD Hotkeys

Hotkeys to play ArchonTheWizard's TTD.

What is TTD Hotkeys?

TTD Hotkeys is a Chrome extension developed by Chris Connett, and its main feature is "Hotkeys to play ArchonTheWizard's TTD.".

Extension Screenshots

screenshot

Download TTD Hotkeys Extension CRX File

Download TTD Hotkeys extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TTD Hotkeys TTD Hotkeys
ID acbihdagaiiboccgomfjjdmohhghfcan
Official URL https://chromewebstore.google.com/detail/ttd-hotkeys/acbihdagaiiboccgomfjjdmohhghfcan
Description Hotkeys to play ArchonTheWizard's TTD.
File Size 55.73 KB
Installation Count 20
Current Version 0.2.1
Last Updated 2016-05-21
Publish Date 2016-05-20
Rating 5.00/5 Total 2 Ratings
Developer Chris Connett
Email [email protected]
Payment Type free
Extension Website https://github.com/cconnett/ttd-hotkeys
Privacy Policy Page URL https://github.com/cconnett/spelunky-save
Supported Languages 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"
    }
}