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 |
| 官方網址 | 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"
} | |