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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reditr Software และคุณลักษณะหลักของมันคือ "Removes seeing other user's commands in chat, so that you can actually see what matters"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Plays Pokemon Chat Fix

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}