Antoine Daniel

Soyez notifié quand Antoine Daniel est en live.

Qu'est-ce que Antoine Daniel ?

Antoine Daniel est une extension Chrome développée par Akeran, et sa fonction principale est "Soyez notifié quand Antoine Daniel est en live.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Antoine Daniel

Téléchargez les fichiers d'extension Antoine Daniel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Antoine Daniel Antoine Daniel
ID ejffliffnaidjnefhcojcnglmllibnbo
URL Officiel https://chromewebstore.google.com/detail/antoine-daniel/ejffliffnaidjnefhcojcnglmllibnbo
Description Soyez notifié quand Antoine Daniel est en live.
Taille du Fichier 162 KB
Nombre d'Installations 26
Version Actuelle 1.0
Dernière Mise à Jour 2018-09-25
Date de Publication 2018-09-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur Akeran
Type de Paiement free
Langues Prises en Charge 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"
    }
}