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是由Reditr Software開發的Chrome擴展程式,該擴展的主要功能是“Removes seeing other user's commands in chat, so that you can actually see what matters”。

擴展截圖

screenshot

下載Twitch Plays Pokemon Chat Fix擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}