FremilyChat
Chat colours and Icons from on-screen chat for Fremily
FremilyChat là gì?
FremilyChat là một tiện ích mở rộng Chrome được phát triển bởi https://chat.oshi7.tv, và tính năng chính của nó là "Chat colours and Icons from on-screen chat for Fremily".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FremilyChat
Tải xuống các tệp mở rộng FremilyChat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FremilyChat |
ID | ehlpeacjjeoalidhiicjbckocegpnafn |
URL Chính Thức | https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn |
Mô tả | Chat colours and Icons from on-screen chat for Fremily |
Kích Thước Tệp | 577 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 3.9 |
Cập Nhật Lần Cuối | 2017-05-18 |
Ngày Phát Hành | 2017-05-18 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://chat.oshi7.tv |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |