FremilyChat
Chat colours and Icons from on-screen chat for Fremily
FremilyChat क्या है?
FremilyChat https://chat.oshi7.tv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chat colours and Icons from on-screen chat for Fremily"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FremilyChat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |