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ファイルをダウンロード

Vitality Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}