GalaxLive

Grâce à cette application, vous saurez quand je serai en live

Wat is GalaxLive?

GalaxLive is een Chrome-extensie ontwikkeld door Galax, en de belangrijkste functie is "Grâce à cette application, vous saurez quand je serai en live".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GalaxLive

Download GalaxLive-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Voici l'extension officielle pour être alerté des lives de Galax !                    

Basisinformatie over de Extensie

Naam GalaxLive GalaxLive
ID hellajpfolmomfhjkfkmgompdfehcbah
Officiële URL https://chromewebstore.google.com/detail/galaxlive/hellajpfolmomfhjkfkmgompdfehcbah
Beschrijving Grâce à cette application, vous saurez quand je serai en live
Bestandsgrootte 82.36 KB
Aantal Installaties 19
Huidige Versie 2.0.3
Laatst Bijgewerkt 2016-11-10
Publicatiedatum 2016-11-10
Beoordeling 4.25/5 Totaal 8 Beoordelingen
Ontwikkelaar Galax
Betalingswijze free
Ondersteunde Talen 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"
    }
}