TTD Hotkeys
Hotkeys to play ArchonTheWizard's TTD.
Vad är TTD Hotkeys?
TTD Hotkeys är en Chrome-tillägg utvecklad av Chris Connett, och dess huvudfunktion är "Hotkeys to play ArchonTheWizard's TTD.".
Tilläggsskärmbilder
Ladda ner TTD Hotkeys-förlängningens CRX-fil
Ladda ner TTD Hotkeys-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | TTD Hotkeys |
ID | acbihdagaiiboccgomfjjdmohhghfcan |
Officiell webbadress | https://chromewebstore.google.com/detail/ttd-hotkeys/acbihdagaiiboccgomfjjdmohhghfcan |
Beskrivning | Hotkeys to play ArchonTheWizard's TTD. |
Filstorlek | 55.73 KB |
Antal Installationer | 20 |
Aktuell Version | 0.2.1 |
Senast Uppdaterad | 2016-05-21 |
Publiceringsdatum | 2016-05-20 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Chris Connett |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/cconnett/ttd-hotkeys |
URL till Sekretesspolicy Sidan | https://github.com/cconnett/spelunky-save |
Stödda Språk | 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" } } |