TPPController

Controller for Twitch Plays Pokemon

TPPControllerとは何ですか?

TPPControllerはCosmoCleanerによって開発されたChromeの拡張機能で、その主な機能は「Controller for Twitch Plays Pokemon」です。

拡張機能のスクリーンショット

screenshot

TPPController拡張機能のCRXファイルをダウンロード

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"
    ]
}