Overwatch League Reminder

Be informed of the date of the next match and notify when the stream starts.

Что такое Overwatch League Reminder?

Overwatch League Reminder - это расширение Chrome, разработанное Khyarn, и его основная функция - "Be informed of the date of the next match and notify when the stream starts.".

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

screenshot
screenshot

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

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

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

                                            

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

Название Overwatch League Reminder Overwatch League Reminder
ID digohcafgieaejiembjcjnkcomejnhim
Официальный URL https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim
Описание Be informed of the date of the next match and notify when the stream starts.
Размер файла 100 KB
Количество установок 172
Текущая Версия 1.0.81
Последнее Обновление 2018-10-05
Дата публикации 2018-10-05
Рейтинг 4.20/5 Всего 5 оценок
Разработчик Khyarn
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Overwatch League Reminder",
    "description": "Be informed of the date of the next match and notify when the stream starts.",
    "version": "1.0.81",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/small_logo.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/gm.png"
    ],
    "icons": {
        "128": "img\/gm.png"
    }
}