GoB Live Extension
Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.
GoB Live Extensionคืออะไร?
GoB Live Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sylrus และคุณลักษณะหลักของมันคือ "Pour être informé quand GoB est en live et pour ne rater aucun de ses streams."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoB Live Extension
ดาวน์โหลดไฟล์ส่วนขยาย GoB Live Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
L'icone de l'extension en haut à droite du navigateur change quand GoB commence à streamer. Ouvre un onglet vers le stream de GoB (twitch.tv/gobgg) quand on clique sur l'icone (ON ou OFF) Application développée par Sylrus - Pour toute réclamation ou pour des questions, n'hésitez pas à me contacter sur mon Twitter (@SylrusTV).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | ikpmbcicbdmnoehbjioipalcimekjaij |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gob-live-extension/ikpmbcicbdmnoehbjioipalcimekjaij |
คำอธิบาย | Pour être informé quand GoB est en live et pour ne rater aucun de ses streams. |
ขนาดไฟล์ | 26.34 KB |
จำนวนการติดตั้ง | 70 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-09-04 |
วันที่เผยแพร่ | 2015-09-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Sylrus |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GoB Live Extension", "description": "Pour \u00eatre inform\u00e9 quand GoB est en live et pour ne rater aucun de ses streams.", "version": "1.0", "icons": { "19": "icons\/icon-19.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "icons\/icon-off-19.png", "default_title": "Sylrus - Offline" } } |