FremilyChat

Chat colours and Icons from on-screen chat for Fremily

¿Qué es FremilyChat?

FremilyChat es una extensión de Chrome desarrollada por https://chat.oshi7.tv, y su función principal es "Chat colours and Icons from on-screen chat for Fremily".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión FremilyChat

Descarga archivos de extensión FremilyChat en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre FremilyChat FremilyChat
ID ehlpeacjjeoalidhiicjbckocegpnafn
URL Oficial https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn
Descripción Chat colours and Icons from on-screen chat for Fremily
Tamaño del Archivo 577 KB
Cantidad de Instalaciones 35
Versión Actual 3.9
Última Actualización 2017-05-18
Fecha de Publicación 2017-05-18
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador https://chat.oshi7.tv
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}