Antoine Daniel

Soyez notifié quand Antoine Daniel est en live.

Cos'è Antoine Daniel?

Antoine Daniel è un'estensione di Chrome sviluppata da Akeran, e la sua funzione principale è "Soyez notifié quand Antoine Daniel est en live.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Antoine Daniel

Scarica i file di estensione Antoine Daniel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Une notification s'affiche quand Antoine Daniel est en live.

Lorsque l'icône est colorée, Antoine Daniel est en ligne.

Sinon, l'icône est grisée.

Vous pouvez également accéder au live ou aux réseaux sociaux en cliquant sur l'icône.                    

Informazioni di Base sull'Estensione

Nome Antoine Daniel Antoine Daniel
ID ejffliffnaidjnefhcojcnglmllibnbo
URL Ufficiale https://chromewebstore.google.com/detail/antoine-daniel/ejffliffnaidjnefhcojcnglmllibnbo
Descrizione Soyez notifié quand Antoine Daniel est en live.
Dimensione del File 162 KB
Conteggio Installazioni 26
Versione Corrente 1.0
Ultimo Aggiornamento 2018-09-25
Data di Pubblicazione 2018-09-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Akeran
Tipo di Pagamento free
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Antoine Daniel",
    "description": "Soyez notifi\u00e9 quand Antoine Daniel est en live.",
    "version": "1.0",
    "background": {
        "scripts": [
            "parameters.js",
            "btnlive.js",
            "chrome.js"
        ]
    },
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "data\/iconon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "data\/iconoff16.png",
        "48": "data\/iconoff48.png",
        "128": "data\/iconoff128.png"
    }
}