GalaxLive
Grâce à cette application, vous saurez quand je serai en live
What is GalaxLive?
GalaxLive is a Chrome extension developed by Galax, and its main feature is "Grâce à cette application, vous saurez quand je serai en live".
Extension Screenshots
Download GalaxLive Extension CRX File
Download GalaxLive 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
Voici l'extension officielle pour être alerté des lives de Galax !
Extension Basic Information
Name | GalaxLive |
ID | hellajpfolmomfhjkfkmgompdfehcbah |
Official URL | https://chromewebstore.google.com/detail/galaxlive/hellajpfolmomfhjkfkmgompdfehcbah |
Description | Grâce à cette application, vous saurez quand je serai en live |
File Size | 82.36 KB |
Installation Count | 19 |
Current Version | 2.0.3 |
Last Updated | 2016-11-10 |
Publish Date | 2016-11-10 |
Rating | 4.25/5 Total 8 Ratings |
Developer | Galax |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GalaxLive", "description": "Gr\u00e2ce \u00e0 cette application, vous saurez quand je serai en live", "version": "2.0.3", "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" } } |