Multi Twitch Extension

Chrome Extension who allow you to easely follow when your streamers goes live.

Что такое Multi Twitch Extension?

Multi Twitch Extension - это расширение Chrome, разработанное Lupusanghren, и его основная функция - "Chrome Extension who allow you to easely follow when your streamers goes live.".

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

screenshot

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

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

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

                        A Chrome extension that allows you to easely know when your favorite streamers are live.
With this chrome extension you can also manage your favorite streamers on Twitch.tv.
You will be notified when a streamer is live. 
You can easely add streamers through the option page or directly using the 'Add the current channel' button.
The 'Launch the multi twitch' button allow you to create a multitwitch page with the online streamers you have selected on the extension.                    

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

Название Multi Twitch Extension Multi Twitch Extension
ID jpgnbiffpoelgpegopldffmpbmfdojga
Официальный URL https://chromewebstore.google.com/detail/multi-twitch-extension/jpgnbiffpoelgpegopldffmpbmfdojga
Описание Chrome Extension who allow you to easely follow when your streamers goes live.
Размер файла 689 KB
Количество установок 933
Текущая Версия 3.2.0
Последнее Обновление 2021-02-03
Дата публикации 2020-05-20
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Lupusanghren
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Lupusanghrenn/MultiTwitchExtension
URL страницы помощи https://twitter.com/Lupusanghrenn
Поддерживаемые языки en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "Multi Twitch",
    "background": {
        "scripts": [
            ".\/scripts\/script_back.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icone64.png",
        "default_popup": "pages\/index.html",
        "default_title": "Multi twitch"
    },
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icone128.png",
        "64": "images\/icone64.png",
        "32": "images\/icone32.png",
        "16": "images\/icone16.png"
    },
    "options_page": "pages\/template_option.html",
    "permissions": [
        "https:\/\/api.twitch.tv\/helix\/streams\/",
        "https:\/\/static-cdn.jtvnw.net\/jtv_user_pictures\/",
        "notifications",
        "tabs"
    ],
    "default_locale": "en",
    "version": "3.2.0",
    "author": "Lupusanghren @Lupusanghrenn"
}