FremilyChat
Chat colours and Icons from on-screen chat for Fremily
Cos'è FremilyChat?
FremilyChat è un'estensione di Chrome sviluppata da https://chat.oshi7.tv, e la sua funzione principale è "Chat colours and Icons from on-screen chat for Fremily".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FremilyChat
Scarica i file di estensione FremilyChat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | FremilyChat |
ID | ehlpeacjjeoalidhiicjbckocegpnafn |
URL Ufficiale | https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn |
Descrizione | Chat colours and Icons from on-screen chat for Fremily |
Dimensione del File | 577 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 3.9 |
Ultimo Aggiornamento | 2017-05-18 |
Data di Pubblicazione | 2017-05-18 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | https://chat.oshi7.tv |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |