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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |