GoB Live Extension
Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.
Co to jest GoB Live Extension?
GoB Live Extension to rozszerzenie Chrome opracowane przez Sylrus, a jego główną funkcją jest „Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GoB Live Extension
Pobierz pliki rozszerzeń GoB Live Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | ikpmbcicbdmnoehbjioipalcimekjaij |
Oficjalny URL | https://chrome.google.com/webstore/detail/gob-live-extension/ikpmbcicbdmnoehbjioipalcimekjaij |
Opis | Pour être informé quand GoB est en live et pour ne rater aucun de ses streams. |
Rozmiar pliku | 26.34 KB |
Liczba instalacji | 70 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-09-04 |
Data Publikacji | 2015-09-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Sylrus |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |