FremilyChat
Chat colours and Icons from on-screen chat for Fremily
Hvad er FremilyChat?
FremilyChat er en Chrome-udvidelse udviklet af https://chat.oshi7.tv, og dens hovedfunktion er "Chat colours and Icons from on-screen chat for Fremily".
Udvidelsesskærmbilleder
Download FremilyChat-udvidelses-CRX-fil
Download FremilyChat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ehlpeacjjeoalidhiicjbckocegpnafn |
| Officiel URL | https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn |
| Beskrivelse | Chat colours and Icons from on-screen chat for Fremily |
| Filstørrelse | 577 KB |
| Antal Installationer | 35 |
| Nuværende Version | 3.9 |
| Senest Opdateret | 2017-05-18 |
| Udgivelsesdato | 2017-05-18 |
| Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
| Udvikler | https://chat.oshi7.tv |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |