Vitality

Everything about Vitality in one extension.

Что такое Vitality?

Vitality - это расширение Chrome, разработанное Team Vitality, и его основная функция - "Everything about Vitality in one extension.".

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

screenshot
screenshot
screenshot

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

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

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

                        Don't miss anymore news from Team Vitality!

This extension will allow you to stay up to date with everything that happens around the club. A notification will be sent to you and the icon in the top right corner of your browser will light up:

- In navy blue: a competition is in progress
- In purple: a live Twitch is in progress
- In red: a new Youtube video has been released

It is possible to set the notifications that are displayed as well as the sound volume to suit your preferences.

VforVictory                    

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

Название Vitality Vitality
ID fnkjeafoiamlbgpeebdkjkjflndpnedj
Официальный URL https://chromewebstore.google.com/detail/vitality/fnkjeafoiamlbgpeebdkjkjflndpnedj
Описание Everything about Vitality in one extension.
Размер файла 507 KB
Количество установок 422
Текущая Версия 1.1.0
Последнее Обновление 2020-11-12
Дата публикации 2020-08-18
Рейтинг 3.67/5 Всего 3 оценок
Разработчик Team Vitality
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,fr
manifest.json
{
    "manifest_version": 2,
    "author": "Shytoos",
    "name": "Vitality",
    "short_name": "Vitality",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/vitality.gg\/",
    "default_locale": "en",
    "version": "1.1.0",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/libs\/jquery.js",
            "js\/libs\/jquery.browser.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Vitality - __MSG_backgroundOffline__",
        "default_icon": "images\/icon_off.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/128.png",
        "64": "images\/64.png",
        "32": "images\/32.png"
    },
    "permissions": [
        "background",
        "notifications",
        "storage",
        "*:\/\/extension.vitality.gg\/*",
        "*:\/\/*.ytimg.com\/*"
    ],
    "options_ui": {
        "page": "popup.html?options"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}