Twitch Plays Pokemon Chat Fix

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

Cos'è Twitch Plays Pokemon Chat Fix?

Twitch Plays Pokemon Chat Fix è un'estensione di Chrome sviluppata da Reditr Software, e la sua funzione principale è "Removes seeing other user's commands in chat, so that you can actually see what matters".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Plays Pokemon Chat Fix

Scarica i file di estensione Twitch Plays Pokemon Chat Fix 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

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

Informazioni di Base sull'Estensione

Nome Twitch Plays Pokemon Chat Fix Twitch Plays Pokemon Chat Fix
ID dgjogmjpmldlanhjlggeibkoajnlmeen
URL Ufficiale https://chromewebstore.google.com/detail/twitch-plays-pokemon-chat/dgjogmjpmldlanhjlggeibkoajnlmeen
Descrizione Removes seeing other user's commands in chat, so that you can actually see what matters
Dimensione del File 56.6 KB
Conteggio Installazioni 320
Versione Corrente 1.1.16
Ultimo Aggiornamento 2014-02-18
Data di Pubblicazione 2014-02-18
Valutazione 3.70/5 Totale 33 Valutazioni
Sviluppatore Reditr Software
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://reddit6.com
Lingue Supportate 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"
            ]
        }
    ]
}