Vitality

Everything about Vitality in one extension.

Vitality란 무엇입니까?

Vitality은(는) Team Vitality에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Everything about Vitality in one extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Vitality 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}