TPPController

Controller for Twitch Plays Pokemon

O que é TPPController?

TPPController é uma extensão do Chrome desenvolvida por CosmoCleaner, e sua principal característica é "Controller for Twitch Plays Pokemon".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TPPController

Baixe arquivos de extensão TPPController no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome TPPController TPPController
ID apiikakfnkkojggokigmeeakkcbacebp
URL Oficial https://chrome.google.com/webstore/detail/tppcontroller/apiikakfnkkojggokigmeeakkcbacebp
Descrição Controller for Twitch Plays Pokemon
Tamanho do Arquivo 714 KB
Contagem de Instalações 27
Versão Atual 0.7.5
Última Atualização 2014-03-11
Data de Publicação 2014-03-11
Classificação 3.83/5 Total de 6 Avaliações
Desenvolvedor CosmoCleaner
Tipo de Pagamento free
Site da Extensão https://twitter.com/cosmo_cleaner
URL da Página de Ajuda https://twitter.com/cosmo_cleaner
Idiomas Suportados 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"
    ]
}