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