Twitch Plays Pokemon Chat Fix

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

Wat is Twitch Plays Pokemon Chat Fix?

Twitch Plays Pokemon Chat Fix is een Chrome-extensie ontwikkeld door Reditr Software, en de belangrijkste functie is "Removes seeing other user's commands in chat, so that you can actually see what matters".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitch Plays Pokemon Chat Fix

Download Twitch Plays Pokemon Chat Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Twitch Plays Pokemon Chat Fix Twitch Plays Pokemon Chat Fix
ID dgjogmjpmldlanhjlggeibkoajnlmeen
Officiële URL https://chromewebstore.google.com/detail/twitch-plays-pokemon-chat/dgjogmjpmldlanhjlggeibkoajnlmeen
Beschrijving Removes seeing other user's commands in chat, so that you can actually see what matters
Bestandsgrootte 56.6 KB
Aantal Installaties 320
Huidige Versie 1.1.16
Laatst Bijgewerkt 2014-02-18
Publicatiedatum 2014-02-18
Beoordeling 3.70/5 Totaal 33 Beoordelingen
Ontwikkelaar Reditr Software
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://reddit6.com
Ondersteunde Talen 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"
            ]
        }
    ]
}