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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Reditr Software, και η κύρια λειτουργία του είναι "Removes seeing other user's commands in chat, so that you can actually see what matters".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitch Plays Pokemon Chat Fix
Λήψη αρχείων επέκτασης 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" ] } ] } |