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
公式URL 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
Eメール [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"
            ]
        }
    ]
}