ECLYPSIA Webtvs
Eclypsia’s very first official extension dedicated to its webtvs!
ECLYPSIA Webtvsคืออะไร?
ECLYPSIA Webtvs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.eclypsia.com และคุณลักษณะหลักของมันคือ "Eclypsia’s very first official extension dedicated to its webtvs!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ECLYPSIA Webtvs
ดาวน์โหลดไฟล์ส่วนขยาย ECLYPSIA Webtvs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Discover the very first extension dedicated to Eclypsia’s webtvs. Easy to install, it will warn you each time one of your favorite shows or streamers goes live so you never miss any webtv show anymore!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ECLYPSIA Webtvs |
ID | ikmoijimgccfopaebjaidhddgkcfmpjf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/eclypsia-webtvs/ikmoijimgccfopaebjaidhddgkcfmpjf |
คำอธิบาย | Eclypsia’s very first official extension dedicated to its webtvs! |
ขนาดไฟล์ | 48.25 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-01-12 |
วันที่เผยแพร่ | 2016-01-12 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | https://www.eclypsia.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "EC-WebTV", "description": "__MSG_appDesc__", "version": "0.1", "author": "eclypsia", "default_locale": "fr", "permissions": [ "storage", "alarms", "notifications", "https:\/\/*.google.com\/" ], "background": { "scripts": [ "app\/jquery-2.1.4.min.js", "app\/bootstrap.js", "app\/calendarsManager.js", "app\/alarmsManager.js", "app\/eventsManager.js", "app\/notificationsManager.js", "app\/translatorManager.js", "app\/view.js", "app\/controller.js", "app\/app.js", "background.js" ] }, "browser_action": { "default_icon": { "19": "app\/icons\/eclypsia32.png", "38": "app\/icons\/eclypsia48.png" }, "default_title": "Eclypsia WebTV Stream", "default_popup": "app\/popup.html" }, "minimum_chrome_version": "32" } |