Antoine Daniel

Soyez notifié quand Antoine Daniel est en live.

Apa itu Antoine Daniel?

Antoine Daniel adalah ekstensi Chrome yang dikembangkan oleh Akeran, dan fitur utamanya adalah "Soyez notifié quand Antoine Daniel est en live.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Antoine Daniel

Unduh file ekstensi Antoine Daniel dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Antoine Daniel Antoine Daniel
ID ejffliffnaidjnefhcojcnglmllibnbo
URL Resmi https://chromewebstore.google.com/detail/antoine-daniel/ejffliffnaidjnefhcojcnglmllibnbo
Deskripsi Soyez notifié quand Antoine Daniel est en live.
Ukuran File 162 KB
Jumlah Instalasi 26
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-09-25
Tanggal Publikasi 2018-09-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Akeran
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}