TPPController

Controller for Twitch Plays Pokemon

TPPController là gì?

TPPController là một tiện ích mở rộng Chrome được phát triển bởi CosmoCleaner, và tính năng chính của nó là "Controller for Twitch Plays Pokemon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TPPController

Tải xuống các tệp mở rộng TPPController dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TPPController TPPController
ID apiikakfnkkojggokigmeeakkcbacebp
URL Chính Thức https://chrome.google.com/webstore/detail/tppcontroller/apiikakfnkkojggokigmeeakkcbacebp
Mô tả Controller for Twitch Plays Pokemon
Kích Thước Tệp 714 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.7.5
Cập Nhật Lần Cuối 2014-03-11
Ngày Phát Hành 2014-03-11
Đánh Giá 3.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển CosmoCleaner
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/cosmo_cleaner
URL Trang Trợ Giúp https://twitter.com/cosmo_cleaner
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}