TTD Hotkeys

Hotkeys to play ArchonTheWizard's TTD.

ما هو TTD Hotkeys؟

TTD Hotkeys هو إضافة Chrome تم تطويرها بواسطة Chris Connett، والميزة الرئيسية لها هي "Hotkeys to play ArchonTheWizard's TTD.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TTD Hotkeys

قم بتنزيل ملفات الامتداد TTD Hotkeys بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم TTD Hotkeys TTD Hotkeys
ID acbihdagaiiboccgomfjjdmohhghfcan
عنوان URL الرسمي https://chromewebstore.google.com/detail/ttd-hotkeys/acbihdagaiiboccgomfjjdmohhghfcan
الوصف Hotkeys to play ArchonTheWizard's TTD.
حجم الملف 55.73 KB
عدد التثبيتات 20
النسخة الحالية 0.2.1
آخر تحديث 2016-05-21
تاريخ النشر 2016-05-20
تقييم 5.00/5 مجموع تقييمات 2
المطور Chris Connett
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/cconnett/ttd-hotkeys
عنوان صفحة سياسة الخصوصية https://github.com/cconnett/spelunky-save
اللغات المدعومة 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"
    }
}