Antoine Daniel

Soyez notifié quand Antoine Daniel est en live.

What is Antoine Daniel?

Antoine Daniel is a Chrome extension developed by Akeran, and its main feature is "Soyez notifié quand Antoine Daniel est en live.".

Extension Screenshots

screenshot
screenshot

Download Antoine Daniel Extension CRX File

Download Antoine Daniel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Antoine Daniel Antoine Daniel
ID ejffliffnaidjnefhcojcnglmllibnbo
Official URL https://chromewebstore.google.com/detail/antoine-daniel/ejffliffnaidjnefhcojcnglmllibnbo
Description Soyez notifié quand Antoine Daniel est en live.
File Size 162 KB
Installation Count 26
Current Version 1.0
Last Updated 2018-09-25
Publish Date 2018-09-25
Rating 5.00/5 Total 1 Ratings
Developer Akeran
Payment Type free
Supported Languages 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"
    }
}