GoB Live Extension
Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.
Vad är GoB Live Extension?
GoB Live Extension är en Chrome-tillägg utvecklad av Sylrus, och dess huvudfunktion är "Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.".
Tilläggsskärmbilder
Ladda ner GoB Live Extension-förlängningens CRX-fil
Ladda ner GoB Live Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | ![]() |
ID | ikpmbcicbdmnoehbjioipalcimekjaij |
Officiell webbadress | https://chrome.google.com/webstore/detail/gob-live-extension/ikpmbcicbdmnoehbjioipalcimekjaij |
Beskrivning | Pour être informé quand GoB est en live et pour ne rater aucun de ses streams. |
Filstorlek | 26.34 KB |
Antal Installationer | 70 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-09-04 |
Publiceringsdatum | 2015-09-04 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Sylrus |
Betalningssätt | free |
Stödda Språk | 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" } } |