FremilyChat
Chat colours and Icons from on-screen chat for Fremily
Co je FremilyChat?
FremilyChat je rozšíření Chrome vyvinuté https://chat.oshi7.tv, a jeho hlavní funkcí je „Chat colours and Icons from on-screen chat for Fremily“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FremilyChat
Stáhněte si soubory rozšíření FremilyChat ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | FremilyChat |
ID | ehlpeacjjeoalidhiicjbckocegpnafn |
Oficiální URL | https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn |
Popis | Chat colours and Icons from on-screen chat for Fremily |
Velikost souboru | 577 KB |
Počet instalací | 35 |
Aktuální Verze | 3.9 |
Poslední Aktualizace | 2017-05-18 |
Datum Vydání | 2017-05-18 |
Hodnocení | 5.00/5 Celkem 7 Hodnocení |
Vývojář | https://chat.oshi7.tv |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |