Vitality Notifier

Notifications related to Vitality's events.

What is Vitality Notifier?

Vitality Notifier is a Chrome extension developed by Team Vitality, and its main feature is "Notifications related to Vitality's events.".

Extension Screenshots

screenshot

Download Vitality Notifier Extension CRX File

Download Vitality Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Ne ratez plus un seul match des Vitality !                    

Extension Basic Information

Name Vitality Notifier Vitality Notifier
ID ojmmekjbcindpmjnkhepjagmfpbgeldb
Official URL https://chrome.google.com/webstore/detail/vitality-notifier/ojmmekjbcindpmjnkhepjagmfpbgeldb
Description Notifications related to Vitality's events.
File Size 250 KB
Installation Count 70
Current Version 1.0.0
Last Updated 2018-04-16
Publish Date 2018-04-16
Rating 5.00/5 Total 2 Ratings
Developer Team Vitality
Email [email protected]
Payment Type free
Extension Website https://vitality.gg
Help Page URL https://twitter.com/Team_Vitality
Supported Languages 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"
}