Vitality Notifier
Notifications related to Vitality's events.
Wat is Vitality Notifier?
Vitality Notifier is een Chrome-extensie ontwikkeld door Team Vitality, en de belangrijkste functie is "Notifications related to Vitality's events.".
Extensie Screenshots
Download het CRX-bestand van de extensie Vitality Notifier
Download Vitality Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Ne ratez plus un seul match des Vitality !
Basisinformatie over de Extensie
Naam | |
ID | ojmmekjbcindpmjnkhepjagmfpbgeldb |
Officiële URL | https://chrome.google.com/webstore/detail/vitality-notifier/ojmmekjbcindpmjnkhepjagmfpbgeldb |
Beschrijving | Notifications related to Vitality's events. |
Bestandsgrootte | 250 KB |
Aantal Installaties | 70 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-04-16 |
Publicatiedatum | 2018-04-16 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Team Vitality |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://vitality.gg |
Help Pagina-URL | https://twitter.com/Team_Vitality |
Ondersteunde Talen | 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" } |