Twitch Plays Pokemon Chat Fix

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

What is Twitch Plays Pokemon Chat Fix?

Twitch Plays Pokemon Chat Fix is a Chrome extension developed by Reditr Software, and its main feature is "Removes seeing other user's commands in chat, so that you can actually see what matters".

Extension Screenshots

screenshot

Download Twitch Plays Pokemon Chat Fix Extension CRX File

Download Twitch Plays Pokemon Chat Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Twitch Plays Pokemon Chat Fix Twitch Plays Pokemon Chat Fix
ID dgjogmjpmldlanhjlggeibkoajnlmeen
Official URL https://chromewebstore.google.com/detail/twitch-plays-pokemon-chat/dgjogmjpmldlanhjlggeibkoajnlmeen
Description Removes seeing other user's commands in chat, so that you can actually see what matters
File Size 56.6 KB
Installation Count 320
Current Version 1.1.16
Last Updated 2014-02-18
Publish Date 2014-02-18
Rating 3.70/5 Total 33 Ratings
Developer Reditr Software
Email [email protected]
Payment Type free
Extension Website http://reddit6.com
Supported Languages 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"
            ]
        }
    ]
}