Twitch Plays Pokemon Chat Fix
Removes seeing other user's commands in chat, so that you can actually see what matters
Hvad er Twitch Plays Pokemon Chat Fix?
Twitch Plays Pokemon Chat Fix er en Chrome-udvidelse udviklet af Reditr Software, og dens hovedfunktion er "Removes seeing other user's commands in chat, so that you can actually see what matters".
Udvidelsesskærmbilleder
Download Twitch Plays Pokemon Chat Fix-udvidelses-CRX-fil
Download Twitch Plays Pokemon Chat Fix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension hides messages that are commands, so that you may read actual messages in the chat at: http://www.twitch.tv/twitchplayspokemon
Grundlæggende oplysninger om udvidelsen
Navn | Twitch Plays Pokemon Chat Fix |
ID | dgjogmjpmldlanhjlggeibkoajnlmeen |
Officiel URL | https://chromewebstore.google.com/detail/twitch-plays-pokemon-chat/dgjogmjpmldlanhjlggeibkoajnlmeen |
Beskrivelse | Removes seeing other user's commands in chat, so that you can actually see what matters |
Filstørrelse | 56.6 KB |
Antal Installationer | 320 |
Nuværende Version | 1.1.16 |
Senest Opdateret | 2014-02-18 |
Udgivelsesdato | 2014-02-18 |
Bedømmelse | 3.70/5 Samlet 33 Bedømmelser |
Udvikler | Reditr Software |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://reddit6.com |
Understøttede Sprog | 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" ] } ] } |