GoB Live Extension
Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.
Apa itu GoB Live Extension?
GoB Live Extension adalah ekstensi Chrome yang dikembangkan oleh Sylrus, dan fitur utamanya adalah "Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GoB Live Extension
Unduh file ekstensi GoB Live Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | ![]() |
ID | ikpmbcicbdmnoehbjioipalcimekjaij |
URL Resmi | https://chrome.google.com/webstore/detail/gob-live-extension/ikpmbcicbdmnoehbjioipalcimekjaij |
Deskripsi | Pour être informé quand GoB est en live et pour ne rater aucun de ses streams. |
Ukuran File | 26.34 KB |
Jumlah Instalasi | 70 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-09-04 |
Tanggal Publikasi | 2015-09-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Sylrus |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |