Twitch Plays Pokemon Chat Fix
Removes seeing other user's commands in chat, so that you can actually see what matters
Qu'est-ce que Twitch Plays Pokemon Chat Fix ?
Twitch Plays Pokemon Chat Fix est une extension Chrome développée par Reditr Software, et sa fonction principale est "Removes seeing other user's commands in chat, so that you can actually see what matters".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Plays Pokemon Chat Fix
Téléchargez les fichiers d'extension Twitch Plays Pokemon Chat Fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension hides messages that are commands, so that you may read actual messages in the chat at: http://www.twitch.tv/twitchplayspokemon
Informations de Base sur l'Extension
Nom | Twitch Plays Pokemon Chat Fix |
ID | dgjogmjpmldlanhjlggeibkoajnlmeen |
URL Officiel | https://chromewebstore.google.com/detail/twitch-plays-pokemon-chat/dgjogmjpmldlanhjlggeibkoajnlmeen |
Description | Removes seeing other user's commands in chat, so that you can actually see what matters |
Taille du Fichier | 56.6 KB |
Nombre d'Installations | 320 |
Version Actuelle | 1.1.16 |
Dernière Mise à Jour | 2014-02-18 |
Date de Publication | 2014-02-18 |
Évaluation | 3.70/5 Total 33 Évaluations |
Développeur | Reditr Software |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://reddit6.com |
Langues Prises en Charge | 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" ] } ] } |