FremilyChat

Chat colours and Icons from on-screen chat for Fremily

What is FremilyChat?

FremilyChat is a Chrome extension developed by https://chat.oshi7.tv, and its main feature is "Chat colours and Icons from on-screen chat for Fremily".

Extension Screenshots

screenshot

Download FremilyChat Extension CRX File

Download FremilyChat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name FremilyChat FremilyChat
ID ehlpeacjjeoalidhiicjbckocegpnafn
Official URL https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn
Description Chat colours and Icons from on-screen chat for Fremily
File Size 577 KB
Installation Count 35
Current Version 3.9
Last Updated 2017-05-18
Publish Date 2017-05-18
Rating 5.00/5 Total 7 Ratings
Developer https://chat.oshi7.tv
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}