TTD Hotkeys

Hotkeys to play ArchonTheWizard's TTD.

Qu'est-ce que TTD Hotkeys ?

TTD Hotkeys est une extension Chrome développée par Chris Connett, et sa fonction principale est "Hotkeys to play ArchonTheWizard's TTD.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TTD Hotkeys

Téléchargez les fichiers d'extension TTD Hotkeys au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TTD Hotkeys TTD Hotkeys
ID acbihdagaiiboccgomfjjdmohhghfcan
URL Officiel https://chromewebstore.google.com/detail/ttd-hotkeys/acbihdagaiiboccgomfjjdmohhghfcan
Description Hotkeys to play ArchonTheWizard's TTD.
Taille du Fichier 55.73 KB
Nombre d'Installations 20
Version Actuelle 0.2.1
Dernière Mise à Jour 2016-05-21
Date de Publication 2016-05-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur Chris Connett
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/cconnett/ttd-hotkeys
URL de la Page de Politique de Confidentialité https://github.com/cconnett/spelunky-save
Langues Prises en Charge 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"
    }
}