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”。
扩展截图
下载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 |
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" ] } ] } |