Vitality Notifier

Notifications related to Vitality's events.

Vitality Notifier란 무엇입니까?

Vitality Notifier은(는) Team Vitality에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifications related to Vitality's events."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Ne ratez plus un seul match des Vitality !                    

확장 프로그램 기본 정보

이름 Vitality Notifier Vitality Notifier
ID ojmmekjbcindpmjnkhepjagmfpbgeldb
공식 URL https://chrome.google.com/webstore/detail/vitality-notifier/ojmmekjbcindpmjnkhepjagmfpbgeldb
설명 Notifications related to Vitality's events.
파일 크기 250 KB
설치 횟수 70
현재 버전 1.0.0
최근 업데이트 2018-04-16
출시 날짜 2018-04-16
평점 5.00/5 총 2 개의 평점
개발자 Team Vitality
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vitality.gg
도움말 페이지 URL https://twitter.com/Team_Vitality
지원되는 언어 en,fr
manifest.json
{
    "manifest_version": 2,
    "author": "Shytoos",
    "name": "Vitality Notifier",
    "short_name": "Vitality Notifier",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/shytoos.fr",
    "version": "1.0.0",
    "default_locale": "en",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.js",
            "js\/jquery.browser.min.js",
            "js\/main.js"
        ]
    },
    "browser_action": {
        "default_title": "Vitality Notifier",
        "default_icon": "images\/icon_top.png"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/extension.vitality.gg\/*",
        "background",
        "notifications",
        "storage"
    ],
    "options_ui": {
        "page": "settings\/options.html",
        "open_in_tab": true
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}