GalaxLive
Grâce à cette application, vous saurez quand je serai en live
Hvad er GalaxLive?
GalaxLive er en Chrome-udvidelse udviklet af Galax, og dens hovedfunktion er "Grâce à cette application, vous saurez quand je serai en live".
Udvidelsesskærmbilleder
Download GalaxLive-udvidelses-CRX-fil
Download GalaxLive-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Voici l'extension officielle pour être alerté des lives de Galax !
Grundlæggende oplysninger om udvidelsen
Navn | GalaxLive |
ID | hellajpfolmomfhjkfkmgompdfehcbah |
Officiel URL | https://chromewebstore.google.com/detail/galaxlive/hellajpfolmomfhjkfkmgompdfehcbah |
Beskrivelse | Grâce à cette application, vous saurez quand je serai en live |
Filstørrelse | 82.36 KB |
Antal Installationer | 19 |
Nuværende Version | 2.0.3 |
Senest Opdateret | 2016-11-10 |
Udgivelsesdato | 2016-11-10 |
Bedømmelse | 4.25/5 Samlet 8 Bedømmelser |
Udvikler | Galax |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |