FremilyChat

Chat colours and Icons from on-screen chat for Fremily

Wat is FremilyChat?

FremilyChat is een Chrome-extensie ontwikkeld door https://chat.oshi7.tv, en de belangrijkste functie is "Chat colours and Icons from on-screen chat for Fremily".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FremilyChat

Download FremilyChat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam FremilyChat FremilyChat
ID ehlpeacjjeoalidhiicjbckocegpnafn
Officiële URL https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn
Beschrijving Chat colours and Icons from on-screen chat for Fremily
Bestandsgrootte 577 KB
Aantal Installaties 35
Huidige Versie 3.9
Laatst Bijgewerkt 2017-05-18
Publicatiedatum 2017-05-18
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar https://chat.oshi7.tv
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}