Antoine Daniel

Soyez notifié quand Antoine Daniel est en live.

Co to jest Antoine Daniel?

Antoine Daniel to rozszerzenie Chrome opracowane przez Akeran, a jego główną funkcją jest „Soyez notifié quand Antoine Daniel est en live.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Antoine Daniel

Pobierz pliki rozszerzeń Antoine Daniel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Antoine Daniel Antoine Daniel
ID ejffliffnaidjnefhcojcnglmllibnbo
Oficjalny URL https://chromewebstore.google.com/detail/antoine-daniel/ejffliffnaidjnefhcojcnglmllibnbo
Opis Soyez notifié quand Antoine Daniel est en live.
Rozmiar pliku 162 KB
Liczba instalacji 26
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-09-25
Data Publikacji 2018-09-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Akeran
Typ Płatności free
Obsługiwane Języki 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"
    }
}