Twitch Plays Pokemon Chat Fix
Removes seeing other user's commands in chat, so that you can actually see what matters
Co to jest Twitch Plays Pokemon Chat Fix?
Twitch Plays Pokemon Chat Fix to rozszerzenie Chrome opracowane przez Reditr Software, a jego główną funkcją jest „Removes seeing other user's commands in chat, so that you can actually see what matters”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch Plays Pokemon Chat Fix
Pobierz pliki rozszerzeń Twitch Plays Pokemon Chat Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension hides messages that are commands, so that you may read actual messages in the chat at: http://www.twitch.tv/twitchplayspokemon
Podstawowe informacje o rozszerzeniu
Nazwa | Twitch Plays Pokemon Chat Fix |
ID | dgjogmjpmldlanhjlggeibkoajnlmeen |
Oficjalny URL | https://chromewebstore.google.com/detail/twitch-plays-pokemon-chat/dgjogmjpmldlanhjlggeibkoajnlmeen |
Opis | Removes seeing other user's commands in chat, so that you can actually see what matters |
Rozmiar pliku | 56.6 KB |
Liczba instalacji | 320 |
Aktualna Wersja | 1.1.16 |
Ostatnia Aktualizacja | 2014-02-18 |
Data Publikacji | 2014-02-18 |
Ocena | 3.70/5 Łącznie 33 Oceny |
Deweloper | Reditr Software |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://reddit6.com |
Obsługiwane Języki | 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" ] } ] } |