FremilyChat

Chat colours and Icons from on-screen chat for Fremily

Qu'est-ce que FremilyChat ?

FremilyChat est une extension Chrome développée par https://chat.oshi7.tv, et sa fonction principale est "Chat colours and Icons from on-screen chat for Fremily".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FremilyChat

Téléchargez les fichiers d'extension FremilyChat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom FremilyChat FremilyChat
ID ehlpeacjjeoalidhiicjbckocegpnafn
URL Officiel https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn
Description Chat colours and Icons from on-screen chat for Fremily
Taille du Fichier 577 KB
Nombre d'Installations 35
Version Actuelle 3.9
Dernière Mise à Jour 2017-05-18
Date de Publication 2017-05-18
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://chat.oshi7.tv
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}