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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}