xChat
xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.
Τι είναι το xChat;
Το xChat είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://exozone.net, και η κύρια λειτουργία του είναι "xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης xChat
Λήψη αρχείων επέκτασης xChat σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv. Some of these tweaks include custom emoticons, better chat formatting and user mentions, custom site themes, user ignore feature, and more. Note: This only works for Beam currently. We are actively working on porting it over for the other platforms.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | peiajekggpiihnhphljoikpjeaahkdcn |
Επίσημο URL | https://chrome.google.com/webstore/detail/xchat/peiajekggpiihnhphljoikpjeaahkdcn |
Περιγραφή | xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv. |
Μέγεθος Αρχείου | 32.99 KB |
Αριθμός Εγκαταστάσεων | 208 |
Τρέχουσα Έκδοση | 2.0.1 |
Τελευταία Ενημέρωση | 2016-08-01 |
Ημερομηνία Δημοσίευσης | 2016-08-01 |
Αξιολόγηση | 3.67/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | http://exozone.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://exozone.net/#-xChat |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.exozone.net/ |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xChat", "short_name": "xChat", "description": "xChat is a browser plugin that adds many little tweaks to popular stream chats like Twitch.tv, Beam.pro, and Hitbox.tv.", "version": "2.0.1", "icons": { "16": "icons\/xchat-16.png", "32": "icons\/xchat-32.png", "48": "icons\/xchat-48.png", "128": "icons\/xchat-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/beam.pro\/*" ], "js": [ "main.js" ], "all_frames": true } ], "web_accessible_resources": [ "xchat.js" ], "permissions": [ "storage", "*:\/\/beam.pro\/*" ] } |