gobgg
Soyez au courant quand votre streameur préféré commence à streamer!
What is gobgg?
gobgg is a Chrome extension developed by Unknown, and its main feature is "Soyez au courant quand votre streameur préféré commence à streamer!".
Extension Screenshots
Download gobgg Extension CRX File
Download gobgg 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
Débug live twitch
Extension Basic Information
Name | gobgg |
ID | ikhjgbdncglgejpbjlfmpgnlonfgmkce |
Official URL | https://chromewebstore.google.com/detail/gobgg/ikhjgbdncglgejpbjlfmpgnlonfgmkce |
Description | Soyez au courant quand votre streameur préféré commence à streamer! |
File Size | 58.45 KB |
Installation Count | 317 |
Current Version | 2.4.2 |
Last Updated | 2016-09-17 |
Publish Date | 2016-09-17 |
Rating | 4.88/5 Total 8 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "gobgg", "description": "Soyez au courant quand votre streameur pr\u00e9f\u00e9r\u00e9 commence \u00e0 streamer!", "version": "2.4.2", "background": { "scripts": [ "parameters.js", "btnlive.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "default_icon": "iconoff48.png" }, "icons": { "16": "iconoff16.png", "48": "iconoff48.png", "128": "iconoff128.png" } } |