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 擴展基本資訊
| 名稱 | |
| ID | ehlpeacjjeoalidhiicjbckocegpnafn |
| 官方網址 | 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"
]
} | |