Vitality Notifier
Notifications related to Vitality's events.
Vitality Notifierคืออะไร?
Vitality Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Team Vitality และคุณลักษณะหลักของมันคือ "Notifications related to Vitality's events."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vitality Notifier
ดาวน์โหลดไฟล์ส่วนขยาย Vitality Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |