Vitality
Everything about Vitality in one extension.
Vitalityとは何ですか?
VitalityはTeam Vitalityによって開発されたChromeの拡張機能で、その主な機能は「Everything about Vitality in one extension.」です。
拡張機能のスクリーンショット
Vitality拡張機能のCRXファイルをダウンロード
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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
}  |  |