Twitch Plays Pokemon Chat Fix

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

Apa itu Twitch Plays Pokemon Chat Fix?

Twitch Plays Pokemon Chat Fix adalah ekstensi Chrome yang dikembangkan oleh Reditr Software, dan fitur utamanya adalah "Removes seeing other user's commands in chat, so that you can actually see what matters".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitch Plays Pokemon Chat Fix

Unduh file ekstensi Twitch Plays Pokemon Chat Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Twitch Plays Pokemon Chat Fix Twitch Plays Pokemon Chat Fix
ID dgjogmjpmldlanhjlggeibkoajnlmeen
URL Resmi https://chromewebstore.google.com/detail/twitch-plays-pokemon-chat/dgjogmjpmldlanhjlggeibkoajnlmeen
Deskripsi Removes seeing other user's commands in chat, so that you can actually see what matters
Ukuran File 56.6 KB
Jumlah Instalasi 320
Versi Saat Ini 1.1.16
Terakhir Diperbarui 2014-02-18
Tanggal Publikasi 2014-02-18
Penilaian 3.70/5 Total 33 Penilaian
Pengembang Reditr Software
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://reddit6.com
Bahasa yang Didukung 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"
            ]
        }
    ]
}