FremilyChat
Chat colours and Icons from on-screen chat for Fremily
Co to jest FremilyChat?
FremilyChat to rozszerzenie Chrome opracowane przez https://chat.oshi7.tv, a jego główną funkcją jest „Chat colours and Icons from on-screen chat for Fremily”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FremilyChat
Pobierz pliki rozszerzeń FremilyChat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | FremilyChat |
ID | ehlpeacjjeoalidhiicjbckocegpnafn |
Oficjalny URL | https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn |
Opis | Chat colours and Icons from on-screen chat for Fremily |
Rozmiar pliku | 577 KB |
Liczba instalacji | 35 |
Aktualna Wersja | 3.9 |
Ostatnia Aktualizacja | 2017-05-18 |
Data Publikacji | 2017-05-18 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | https://chat.oshi7.tv |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |