Vitality

Everything about Vitality in one extension.

Vitality क्या है?

Vitality Team Vitality द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Everything about Vitality in one extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vitality एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
}