GoB Live Extension
Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.
什么是GoB Live Extension?
GoB Live Extension是由Sylrus开发的Chrome扩展程序,该扩展的主要功能是“Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.”。
扩展截图
下载GoB Live Extension扩展crx文件
下载GoB Live Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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).
扩展基本信息
名称 | ![]() |
ID | ikpmbcicbdmnoehbjioipalcimekjaij |
官方URL | https://chrome.google.com/webstore/detail/gob-live-extension/ikpmbcicbdmnoehbjioipalcimekjaij |
简介 | Pour être informé quand GoB est en live et pour ne rater aucun de ses streams. |
文件大小 | 26.34 KB |
安装次数 | 70 |
当前版本 | 1.0 |
更新时间 | 2015-09-04 |
上架时间 | 2015-09-04 |
评分 | 5.00/5 共1次评分 |
开发者 | Sylrus |
付费类型 | free |
支持的语言 | 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" } } |