Twitch Plays Pokemon Chat Fix

Removes seeing other user's commands in chat, so that you can actually see what matters

Что такое Twitch Plays Pokemon Chat Fix?

Twitch Plays Pokemon Chat Fix - это расширение Chrome, разработанное Reditr Software, и его основная функция - "Removes seeing other user's commands in chat, so that you can actually see what matters".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Twitch Plays Pokemon Chat Fix

Скачайте файлы расширений Twitch Plays Pokemon Chat Fix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension hides messages that are commands, so that you may read actual messages in the chat at: http://www.twitch.tv/twitchplayspokemon                    

Основная информация о расширении

Название Twitch Plays Pokemon Chat Fix Twitch Plays Pokemon Chat Fix
ID dgjogmjpmldlanhjlggeibkoajnlmeen
Официальный URL https://chromewebstore.google.com/detail/twitch-plays-pokemon-chat/dgjogmjpmldlanhjlggeibkoajnlmeen
Описание Removes seeing other user's commands in chat, so that you can actually see what matters
Размер файла 56.6 KB
Количество установок 320
Текущая Версия 1.1.16
Последнее Обновление 2014-02-18
Дата публикации 2014-02-18
Рейтинг 3.70/5 Всего 33 оценок
Разработчик Reditr Software
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://reddit6.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Plays Pokemon Chat Fix",
    "description": "Removes seeing other user's commands in chat, so that you can actually see what matters",
    "version": "1.1.16",
    "homepage_url": "http:\/\/reditr.com",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitch.tv\/twitchplayspokemon\/*",
                "*:\/\/*.twitch.tv\/twitchplayspokemon\/*"
            ],
            "js": [
                "jQuery.js",
                "script.js"
            ]
        }
    ]
}