GoB Live Extension
Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.
Cos'è GoB Live Extension?
GoB Live Extension è un'estensione di Chrome sviluppata da Sylrus, e la sua funzione principale è "Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GoB Live Extension
Scarica i file di estensione GoB Live Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | ikpmbcicbdmnoehbjioipalcimekjaij |
URL Ufficiale | https://chrome.google.com/webstore/detail/gob-live-extension/ikpmbcicbdmnoehbjioipalcimekjaij |
Descrizione | Pour être informé quand GoB est en live et pour ne rater aucun de ses streams. |
Dimensione del File | 26.34 KB |
Conteggio Installazioni | 70 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-09-04 |
Data di Pubblicazione | 2015-09-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Sylrus |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |