OnlineTTV

Extension showing the list of active followed channels.

Что такое OnlineTTV?

OnlineTTV - это расширение Chrome, разработанное Mego, и его основная функция - "Extension showing the list of active followed channels.".

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

screenshot

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

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

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

                        OnlineTTV is an extension that will greatly improve the way you manage your favorite Twitch streams.
You can view the active channels of your favorite streamers.
Now you can get the status of your favorite streams in one place.
Fast and convenient!                    

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

Название OnlineTTV OnlineTTV
ID becfleolohnaegiedeidikdfndkdcjcm
Официальный URL https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm
Описание Extension showing the list of active followed channels.
Размер файла 29.01 KB
Количество установок 38
Текущая Версия 1.5.0
Последнее Обновление 2022-06-06
Дата публикации 2022-03-21
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Mego
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://megomvs.github.io/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OnlineTTV",
    "version": "1.5.0",
    "description": "Extension showing the list of active followed channels.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "49": "icon.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/megomvs.github.io\/"
    ]
}