TTD Hotkeys

Hotkeys to play ArchonTheWizard's TTD.

Cos'è TTD Hotkeys?

TTD Hotkeys è un'estensione di Chrome sviluppata da Chris Connett, e la sua funzione principale è "Hotkeys to play ArchonTheWizard's TTD.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TTD Hotkeys

Scarica i file di estensione TTD Hotkeys in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TTD Hotkeys TTD Hotkeys
ID acbihdagaiiboccgomfjjdmohhghfcan
URL Ufficiale https://chromewebstore.google.com/detail/ttd-hotkeys/acbihdagaiiboccgomfjjdmohhghfcan
Descrizione Hotkeys to play ArchonTheWizard's TTD.
Dimensione del File 55.73 KB
Conteggio Installazioni 20
Versione Corrente 0.2.1
Ultimo Aggiornamento 2016-05-21
Data di Pubblicazione 2016-05-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Chris Connett
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/cconnett/ttd-hotkeys
URL della Pagina della Politica sulla Privacy https://github.com/cconnett/spelunky-save
Lingue Supportate 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"
    }
}