Vitality Notifier
Notifications related to Vitality's events.
Vitality Notifier क्या है?
Vitality Notifier Team Vitality द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifications related to Vitality's events."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vitality Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ne ratez plus un seul match des Vitality !
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ojmmekjbcindpmjnkhepjagmfpbgeldb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/vitality-notifier/ojmmekjbcindpmjnkhepjagmfpbgeldb |
विवरण | Notifications related to Vitality's events. |
फ़ाइल का आकार | 250 KB |
स्थापना संख्या | 70 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2018-04-16 |
प्रकाशन तिथि | 2018-04-16 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Team Vitality |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://vitality.gg |
सहायता पृष्ठ URL | https://twitter.com/Team_Vitality |
समर्थित भाषाएँ | 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" } |