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
扩展基本信息
名称 | 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" } |