FremilyChat

Chat colours and Icons from on-screen chat for Fremily

Что такое FremilyChat?

FremilyChat - это расширение Chrome, разработанное https://chat.oshi7.tv, и его основная функция - "Chat colours and Icons from on-screen chat for Fremily".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения FremilyChat

Скачайте файлы расширений FremilyChat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название FremilyChat FremilyChat
ID ehlpeacjjeoalidhiicjbckocegpnafn
Официальный URL https://chromewebstore.google.com/detail/fremilychat/ehlpeacjjeoalidhiicjbckocegpnafn
Описание Chat colours and Icons from on-screen chat for Fremily
Размер файла 577 KB
Количество установок 35
Текущая Версия 3.9
Последнее Обновление 2017-05-18
Дата публикации 2017-05-18
Рейтинг 5.00/5 Всего 7 оценок
Разработчик https://chat.oshi7.tv
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}