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”。

扩展截图

screenshot

下载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 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"
    ]
}