TTD Hotkeys

Hotkeys to play ArchonTheWizard's TTD.

Was ist TTD Hotkeys?

TTD Hotkeys ist eine Chrome-Erweiterung, die von Chris Connett entwickelt wurde, und ihr Hauptmerkmal ist "Hotkeys to play ArchonTheWizard's TTD.".

Erweiterungsscreenshots

screenshot

TTD Hotkeys-Erweiterungs-CRX-Datei herunterladen

Laden Sie TTD Hotkeys-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TTD Hotkeys TTD Hotkeys
ID acbihdagaiiboccgomfjjdmohhghfcan
Offizielle URL https://chromewebstore.google.com/detail/ttd-hotkeys/acbihdagaiiboccgomfjjdmohhghfcan
Beschreibung Hotkeys to play ArchonTheWizard's TTD.
Dateigröße 55.73 KB
Installationsanzahl 20
Aktuelle Version 0.2.1
Letztes Update 2016-05-21
Veröffentlichungsdatum 2016-05-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Chris Connett
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/cconnett/ttd-hotkeys
URL der Datenschutzrichtlinien-Seite https://github.com/cconnett/spelunky-save
Unterstützte Sprachen 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"
    }
}