Youtube Live Checker

Check YouTube Live and New Videos in Subscriptions.

Что такое Youtube Live Checker?

Youtube Live Checker - это расширение Chrome, разработанное http://terminalhouse.com, и его основная функция - "Check YouTube Live and New Videos in Subscriptions.".

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

screenshot
screenshot

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

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

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

                        Press this button to check onair channels and new videos. And you can also notify them.

*This app was translated into English using Google Translate.
If I did a strange translation, it would be helpful to report it with the correct translation.
I will fix it as soon as possible.                    

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

Название Youtube Live Checker Youtube Live Checker
ID jghnkkomfecnakafbmnbeahjbefdonjo
Официальный URL https://chrome.google.com/webstore/detail/youtube-live-checker/jghnkkomfecnakafbmnbeahjbefdonjo
Описание Check YouTube Live and New Videos in Subscriptions.
Размер файла 88.97 KB
Количество установок 2,473
Текущая Версия 0.0.1.6
Последнее Обновление 2020-11-04
Дата публикации 2020-06-22
Рейтинг 4.33/5 Всего 9 оценок
Разработчик http://terminalhouse.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности http://https
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1.6",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Youtube Live Checker",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/icon16.png"
        }
    },
    "permissions": [
        "https:\/\/www.youtube.com\/",
        "alarms",
        "idle",
        "storage",
        "notifications"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}