TPPController

Controller for Twitch Plays Pokemon

TPPControllerคืออะไร?

TPPController เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CosmoCleaner และคุณลักษณะหลักของมันคือ "Controller for Twitch Plays Pokemon"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TPPController

ดาวน์โหลดไฟล์ส่วนขยาย TPPController ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Game Controller for Twitch Plays Pokemon. 

This app functions:
* Filtering switch  : remove commands from chat ( New! )
* Send command via twitch chat instead of you.
* Send command continuously and automatically ( per 10 sec).
* Show current UTC time for measuring lag.

No more PC HELL!!!
Don't panic, Be calm.
Dedicate this app to lovable pokemons lost by PC.

May the helix be with you...always...

------------------------------------
0.7.5
Fixed for new twitch UI

0.7.0
Add a function to filter commands in chat.

0.6.0
Add a function of showing UTC time.

0.5.0
Release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TPPController TPPController
ID apiikakfnkkojggokigmeeakkcbacebp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tppcontroller/apiikakfnkkojggokigmeeakkcbacebp
คำอธิบาย Controller for Twitch Plays Pokemon
ขนาดไฟล์ 714 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.7.5
อัปเดตครั้งล่าสุด 2014-03-11
วันที่เผยแพร่ 2014-03-11
คะแนน 3.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา CosmoCleaner
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/cosmo_cleaner
URL หน้าช่วยเหลือ https://twitter.com/cosmo_cleaner
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TPPController",
    "description": "Controller for Twitch Plays Pokemon",
    "version": "0.7.5",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/TPPIcon128.png",
        "default_title": "TPPController",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": []
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/twitchplayspokemon"
            ],
            "css": [
                "css\/content_script.css"
            ],
            "js": [
                "js\/jquery-1.8.2.min.js",
                "js\/bootstrap.min.js",
                "js\/content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "img\/TPPIcon48.png",
        "128": "img\/TPPIcon128.png"
    },
    "web_accessible_resources": [
        "img\/glyphicons-halflings-white.png",
        "content_script_template.html",
        "img\/TPPController.png"
    ]
}