Gius
Pour savoir quand Gius lance un stream !
Giusคืออะไร?
Gius เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gius.tv และคุณลักษณะหลักของมันคือ "Pour savoir quand Gius lance un stream !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gius
ดาวน์โหลดไฟล์ส่วนขยาย Gius ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Dès que Gius sera en stream, sa casquette changera de couleur et une notification apparaîtra vous invitant sur son live. Cliquez sur la notification pour rejoindre la diffusion.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gius |
ID | medeenjedgnekdjnlbibcanpjoipoohe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gius/medeenjedgnekdjnlbibcanpjoipoohe |
คำอธิบาย | Pour savoir quand Gius lance un stream ! |
ขนาดไฟล์ | 828 KB |
จำนวนการติดตั้ง | 275 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2022-08-07 |
วันที่เผยแพร่ | 2019-09-28 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://gius.tv |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionShortName__", "description": "__MSG_extensionDescription__", "version": "2.0.1", "background": { "scripts": [ "res\/js\/background.js" ] }, "default_locale": "fr", "icons": { "16": "res\/img\/default_16.png", "48": "res\/img\/default_48.png", "128": "res\/img\/default_128.png", "256": "res\/img\/default_256.png" }, "permissions": [ "notifications", "storage" ], "optional_permissions": [ "background" ], "options_ui": { "page": "res\/html\/right_click_icon_settings.html", "open_in_tab": false }, "browser_action": { "default_icon": "res\/img\/offline.png", "default_popup": "res\/html\/popup.html" } } |