Antoine Daniel
Soyez notifié quand Antoine Daniel est en live.
Что такое Antoine Daniel?
Antoine Daniel - это расширение Chrome, разработанное Akeran, и его основная функция - "Soyez notifié quand Antoine Daniel est en live.".
Снимки экрана расширения
Скачать файл CRX расширения Antoine Daniel
Скачайте файлы расширений Antoine Daniel в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Antoine Daniel |
ID | ejffliffnaidjnefhcojcnglmllibnbo |
Официальный URL | https://chromewebstore.google.com/detail/antoine-daniel/ejffliffnaidjnefhcojcnglmllibnbo |
Описание | Soyez notifié quand Antoine Daniel est en live. |
Размер файла | 162 KB |
Количество установок | 26 |
Текущая Версия | 1.0 |
Последнее Обновление | 2018-09-25 |
Дата публикации | 2018-09-25 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Akeran |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |