FremilyChat

Chat colours and Icons from on-screen chat for Fremily

Was ist FremilyChat?

FremilyChat ist eine Chrome-Erweiterung, die von https://chat.oshi7.tv entwickelt wurde, und ihr Hauptmerkmal ist "Chat colours and Icons from on-screen chat for Fremily".

Erweiterungsscreenshots

screenshot

FremilyChat-Erweiterungs-CRX-Datei herunterladen

Laden Sie FremilyChat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name FremilyChat FremilyChat
ID ehlpeacjjeoalidhiicjbckocegpnafn
Offizielle URL https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn
Beschreibung Chat colours and Icons from on-screen chat for Fremily
Dateigröße 577 KB
Installationsanzahl 35
Aktuelle Version 3.9
Letztes Update 2017-05-18
Veröffentlichungsdatum 2017-05-18
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler https://chat.oshi7.tv
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}