FremilyChat
Chat colours and Icons from on-screen chat for Fremily
Τι είναι το FremilyChat;
Το FremilyChat είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chat.oshi7.tv, και η κύρια λειτουργία του είναι "Chat colours and Icons from on-screen chat for Fremily".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FremilyChat
Λήψη αρχείων επέκτασης FremilyChat σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Fred and Emily have there stream chat on screen and give users custom users and colours. If you want to see Fred & Emilys chat the same way they see it, install this extension. The extension will also notify you when the stream is live (Disabled by default) Twitch stream - http://twitch.tv/fremily
Βασικές Πληροφορίες Επέκτασης
Όνομα | FremilyChat |
ID | ehlpeacjjeoalidhiicjbckocegpnafn |
Επίσημο URL | https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn |
Περιγραφή | Chat colours and Icons from on-screen chat for Fremily |
Μέγεθος Αρχείου | 577 KB |
Αριθμός Εγκαταστάσεων | 35 |
Τρέχουσα Έκδοση | 3.9 |
Τελευταία Ενημέρωση | 2017-05-18 |
Ημερομηνία Δημοσίευσης | 2017-05-18 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | https://chat.oshi7.tv |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FremilyChat", "description": "Chat colours and Icons from on-screen chat for Fremily", "version": "3.9", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "16": "img\/live16.png", "48": "img\/live48.png", "128": "img\/live128.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/CheckStatus.js", "jquery.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/fremily\/*" ], "js": [ "jquery.js", "js\/script.js" ], "css": [ "rainbow.css" ] } ], "permissions": [ "https:\/\/www.twitch.tv\/", "https:\/\/ajax.googleapis.com\/", "storage", "https:\/\/chat.oshi7.tv\/", "notifications" ] } |