AlphaCast Stream
Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !
AlphaCast Streamคืออะไร?
AlphaCast Stream เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bloodysunset และคุณลักษณะหลักของมันคือ "Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AlphaCast Stream
ดาวน์โหลดไฟล์ส่วนขยาย AlphaCast Stream ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast ! Dès qu'Alpha commence un stream, l'icône change et vous indique le nom du live en cours par l’intermédiaire d'une alerte personnalisée.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | igebijhdgjfdnjiejimoedckhfadmpeg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/alphacast-stream/igebijhdgjfdnjiejimoedckhfadmpeg |
คำอธิบาย | Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast ! |
ขนาดไฟล์ | 35.5 KB |
จำนวนการติดตั้ง | 577 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2016-10-23 |
วันที่เผยแพร่ | 2016-10-23 |
คะแนน | 4.90/5 รวมทั้งหมด 29 คะแนน |
ผู้พัฒนา | Bloodysunset |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AlphaCast Stream", "description": "Soyez inform\u00e9s d\u00e8s qu'un stream est lanc\u00e9 sur la cha\u00eene Twitch d'AlphaCast !", "version": "1.0.3", "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/ajax.googleapis.com\/" ], "browser_action": { "default_icon": "data\/alpha-cast.png", "default_title": "AlphaCast Stream!" }, "icons": { "128": "data\/alpha-cast-128.png" }, "background": { "scripts": [ "js\/app.js" ] } } |