LeStream extension
Be notified when Lestream's Stream are live
LeStream extensionคืออะไร?
LeStream extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alesiae และคุณลักษณะหลักของมันคือ "Be notified when Lestream's Stream are live"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LeStream extension
ดาวน์โหลดไฟล์ส่วนขยาย LeStream extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Soyez notifié lorsque vous streamers préférés sont en live ! Vous recevrez une notification de votre navigateur lorsque un de vos streamer commence son live, change de jeu ou change de titre. Vous avez la possibilité de suivre ou non les différents streamers de LeStream dans l'onglet "Config".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lmfpgdofboifpcajlbabafoilamjbdci |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lestream-extension/lmfpgdofboifpcajlbabafoilamjbdci |
คำอธิบาย | Be notified when Lestream's Stream are live |
ขนาดไฟล์ | 525 KB |
จำนวนการติดตั้ง | 167 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2017-10-20 |
วันที่เผยแพร่ | 2017-10-20 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Alesiae |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://lestream.fr |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LeStream extension", "description": "Be notified when Lestream's Stream are live", "version": "3.0", "background": { "scripts": [ "jquery.js", "data.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "No live", "default_popup": "popup.html" }, "icons": { "128": "icon.png", "64": "icon.png" }, "permissions": [ "storage", "https:\/\/*.lestream.fr\/", "tabs", "notifications", "https:\/\/api.twitch.tv\/", "https:\/\/ajax.googleapis.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |