Gardoum

Suivez Gardoum à tout moment !

Wat is Gardoum?

Gardoum is een Chrome-extensie ontwikkeld door http://gardoum.com, en de belangrijkste functie is " Suivez Gardoum à tout moment !".

Download het CRX-bestand van de extensie Gardoum

Download Gardoum-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

                        L'extension indispensable pour savoir quand Gardoum stream sur Twitch et avoir directement accès à ses réseaux sociaux !                    

Basisinformatie over de Extensie

Naam Gardoum Gardoum
ID mandgmepkiikdjbpcekemakejdbhijbb
Officiële URL https://chrome.google.com/webstore/detail/gardoum/mandgmepkiikdjbpcekemakejdbhijbb
Beschrijving Suivez Gardoum à tout moment !
Bestandsgrootte 3.58 MB
Aantal Installaties 27
Huidige Versie 1.5.2
Laatst Bijgewerkt 2016-09-18
Publicatiedatum 2016-09-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://gardoum.com
Betalingswijze free
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gardoum",
    "description": " Suivez Gardoum \u00e0 tout moment !",
    "version": "1.5.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_icon": "data\/gardoum_off.png",
        "default_popup": "popup.html",
        "icons": {
            "19": "data\/gardoum_off.png"
        }
    }
}