Antoine Daniel

Soyez notifié quand Antoine Daniel est en live.

Co je Antoine Daniel?

Antoine Daniel je rozšíření Chrome vyvinuté Akeran, a jeho hlavní funkcí je „Soyez notifié quand Antoine Daniel est en live.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Antoine Daniel

Stáhněte si soubory rozšíření Antoine Daniel ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Antoine Daniel Antoine Daniel
ID ejffliffnaidjnefhcojcnglmllibnbo
Oficiální URL https://chromewebstore.google.com/detail/antoine-daniel/ejffliffnaidjnefhcojcnglmllibnbo
Popis Soyez notifié quand Antoine Daniel est en live.
Velikost souboru 162 KB
Počet instalací 26
Aktuální Verze 1.0
Poslední Aktualizace 2018-09-25
Datum Vydání 2018-09-25
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Akeran
Typ Platby free
Podporované Jazyky 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"
    }
}