Twitch Plays Pokemon Chat Fix
Removes seeing other user's commands in chat, so that you can actually see what matters
¿Qué es Twitch Plays Pokemon Chat Fix?
Twitch Plays Pokemon Chat Fix es una extensión de Chrome desarrollada por Reditr Software, y su función principal es "Removes seeing other user's commands in chat, so that you can actually see what matters".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitch Plays Pokemon Chat Fix
Descarga archivos de extensión Twitch Plays Pokemon Chat Fix en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This extension hides messages that are commands, so that you may read actual messages in the chat at: http://www.twitch.tv/twitchplayspokemon
Información Básica de la Extensión
Nombre | Twitch Plays Pokemon Chat Fix |
ID | dgjogmjpmldlanhjlggeibkoajnlmeen |
URL Oficial | https://chromewebstore.google.com/detail/twitch-plays-pokemon-chat/dgjogmjpmldlanhjlggeibkoajnlmeen |
Descripción | Removes seeing other user's commands in chat, so that you can actually see what matters |
Tamaño del Archivo | 56.6 KB |
Cantidad de Instalaciones | 320 |
Versión Actual | 1.1.16 |
Última Actualización | 2014-02-18 |
Fecha de Publicación | 2014-02-18 |
Calificación | 3.70/5 Total de 33 Calificaciones |
Desarrollador | Reditr Software |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://reddit6.com |
Idiomas Soportados | 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" ] } ] } |