FremilyChat
Chat colours and Icons from on-screen chat for Fremily
FremilyChatとは何ですか?
FremilyChatはhttps://chat.oshi7.tvによって開発されたChromeの拡張機能で、その主な機能は「Chat colours and Icons from on-screen chat for Fremily」です。
拡張機能のスクリーンショット
FremilyChat拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |