FremilyChat

Chat colours and Icons from on-screen chat for Fremily

O que é FremilyChat?

FremilyChat é uma extensão do Chrome desenvolvida por https://chat.oshi7.tv, e sua principal característica é "Chat colours and Icons from on-screen chat for Fremily".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FremilyChat

Baixe arquivos de extensão FremilyChat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome FremilyChat FremilyChat
ID ehlpeacjjeoalidhiicjbckocegpnafn
URL Oficial https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn
Descrição Chat colours and Icons from on-screen chat for Fremily
Tamanho do Arquivo 577 KB
Contagem de Instalações 35
Versão Atual 3.9
Última Atualização 2017-05-18
Data de Publicação 2017-05-18
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://chat.oshi7.tv
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}