Vitality

Everything about Vitality in one extension.

Hvad er Vitality?

Vitality er en Chrome-udvidelse udviklet af Team Vitality, og dens hovedfunktion er "Everything about Vitality in one extension.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Vitality-udvidelses-CRX-fil

Download Vitality-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Vitality Vitality
ID fnkjeafoiamlbgpeebdkjkjflndpnedj
Officiel URL https://chromewebstore.google.com/detail/vitality/fnkjeafoiamlbgpeebdkjkjflndpnedj
Beskrivelse Everything about Vitality in one extension.
Filstørrelse 507 KB
Antal Installationer 422
Nuværende Version 1.1.0
Senest Opdateret 2020-11-12
Udgivelsesdato 2020-08-18
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler Team Vitality
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}