FremilyChat
Chat colours and Icons from on-screen chat for Fremily
Vad är FremilyChat?
FremilyChat är en Chrome-tillägg utvecklad av https://chat.oshi7.tv, och dess huvudfunktion är "Chat colours and Icons from on-screen chat for Fremily".
Tilläggsskärmbilder
Ladda ner FremilyChat-förlängningens CRX-fil
Ladda ner FremilyChat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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äggande Information om Tillägg
| Namn |   |  
| ID | ehlpeacjjeoalidhiicjbckocegpnafn | 
| Officiell webbadress | https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn | 
| Beskrivning | Chat colours and Icons from on-screen chat for Fremily | 
| Filstorlek | 577 KB | 
| Antal Installationer | 35 | 
| Aktuell Version | 3.9 | 
| Senast Uppdaterad | 2017-05-18 | 
| Publiceringsdatum | 2017-05-18 | 
| Betyg | 5.00/5 Totalt 7 Betyg | 
| Utvecklare | https://chat.oshi7.tv | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    ]
}  |  |