GoB Live Extension
Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.
GoB Live Extension là gì?
GoB Live Extension là một tiện ích mở rộng Chrome được phát triển bởi Sylrus, và tính năng chính của nó là "Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GoB Live Extension
Tải xuống các tệp mở rộng GoB Live Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | ikpmbcicbdmnoehbjioipalcimekjaij |
URL Chính Thức | https://chrome.google.com/webstore/detail/gob-live-extension/ikpmbcicbdmnoehbjioipalcimekjaij |
Mô tả | Pour être informé quand GoB est en live et pour ne rater aucun de ses streams. |
Kích Thước Tệp | 26.34 KB |
Số Lần Cài Đặt | 70 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-09-04 |
Ngày Phát Hành | 2015-09-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Sylrus |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |