Vitality Notifier

Notifications related to Vitality's events.

Cos'è Vitality Notifier?

Vitality Notifier è un'estensione di Chrome sviluppata da Team Vitality, e la sua funzione principale è "Notifications related to Vitality's events.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Vitality Notifier

Scarica i file di estensione Vitality Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Ne ratez plus un seul match des Vitality !                    

Informazioni di Base sull'Estensione

Nome Vitality Notifier Vitality Notifier
ID ojmmekjbcindpmjnkhepjagmfpbgeldb
URL Ufficiale https://chrome.google.com/webstore/detail/vitality-notifier/ojmmekjbcindpmjnkhepjagmfpbgeldb
Descrizione Notifications related to Vitality's events.
Dimensione del File 250 KB
Conteggio Installazioni 70
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-04-16
Data di Pubblicazione 2018-04-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Team Vitality
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://vitality.gg
URL della Pagina di Aiuto https://twitter.com/Team_Vitality
Lingue Supportate en,fr
manifest.json
{
    "manifest_version": 2,
    "author": "Shytoos",
    "name": "Vitality Notifier",
    "short_name": "Vitality Notifier",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/shytoos.fr",
    "version": "1.0.0",
    "default_locale": "en",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.js",
            "js\/jquery.browser.min.js",
            "js\/main.js"
        ]
    },
    "browser_action": {
        "default_title": "Vitality Notifier",
        "default_icon": "images\/icon_top.png"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/extension.vitality.gg\/*",
        "background",
        "notifications",
        "storage"
    ],
    "options_ui": {
        "page": "settings\/options.html",
        "open_in_tab": true
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}