GoB Live Extension
Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.
What is GoB Live Extension?
GoB Live Extension is a Chrome extension developed by Sylrus, and its main feature is "Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.".
Extension Screenshots
Download GoB Live Extension Extension CRX File
Download GoB Live Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | ![]() |
ID | ikpmbcicbdmnoehbjioipalcimekjaij |
Official URL | https://chrome.google.com/webstore/detail/gob-live-extension/ikpmbcicbdmnoehbjioipalcimekjaij |
Description | Pour être informé quand GoB est en live et pour ne rater aucun de ses streams. |
File Size | 26.34 KB |
Installation Count | 70 |
Current Version | 1.0 |
Last Updated | 2015-09-04 |
Publish Date | 2015-09-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Sylrus |
Payment Type | free |
Supported Languages | 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" } } |