TPPController

Controller for Twitch Plays Pokemon

Cos'è TPPController?

TPPController è un'estensione di Chrome sviluppata da CosmoCleaner, e la sua funzione principale è "Controller for Twitch Plays Pokemon".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TPPController

Scarica i file di estensione TPPController in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TPPController TPPController
ID apiikakfnkkojggokigmeeakkcbacebp
URL Ufficiale https://chrome.google.com/webstore/detail/tppcontroller/apiikakfnkkojggokigmeeakkcbacebp
Descrizione Controller for Twitch Plays Pokemon
Dimensione del File 714 KB
Conteggio Installazioni 27
Versione Corrente 0.7.5
Ultimo Aggiornamento 2014-03-11
Data di Pubblicazione 2014-03-11
Valutazione 3.83/5 Totale 6 Valutazioni
Sviluppatore CosmoCleaner
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/cosmo_cleaner
URL della Pagina di Aiuto https://twitter.com/cosmo_cleaner
Lingue Supportate 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"
    ]
}