GalaxLive

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

Vad är GalaxLive?

GalaxLive är en Chrome-tillägg utvecklad av Galax, och dess huvudfunktion är "Grâce à cette application, vous saurez quand je serai en live".

Tilläggsskärmbilder

screenshot

Ladda ner GalaxLive-förlängningens CRX-fil

Ladda ner GalaxLive-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn GalaxLive GalaxLive
ID hellajpfolmomfhjkfkmgompdfehcbah
Officiell webbadress https://chromewebstore.google.com/detail/galaxlive/hellajpfolmomfhjkfkmgompdfehcbah
Beskrivning Grâce à cette application, vous saurez quand je serai en live
Filstorlek 82.36 KB
Antal Installationer 19
Aktuell Version 2.0.3
Senast Uppdaterad 2016-11-10
Publiceringsdatum 2016-11-10
Betyg 4.25/5 Totalt 8 Betyg
Utvecklare Galax
Betalningssätt free
Stödda Språk 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"
    }
}