Antoine Daniel
Soyez notifié quand Antoine Daniel est en live.
O que é Antoine Daniel?
Antoine Daniel é uma extensão do Chrome desenvolvida por Akeran, e sua principal característica é "Soyez notifié quand Antoine Daniel est en live.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Antoine Daniel
Baixe arquivos de extensão Antoine Daniel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Antoine Daniel |
ID | ejffliffnaidjnefhcojcnglmllibnbo |
URL Oficial | https://chromewebstore.google.com/detail/antoine-daniel/ejffliffnaidjnefhcojcnglmllibnbo |
Descrição | Soyez notifié quand Antoine Daniel est en live. |
Tamanho do Arquivo | 162 KB |
Contagem de Instalações | 26 |
Versão Atual | 1.0 |
Última Atualização | 2018-09-25 |
Data de Publicação | 2018-09-25 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Akeran |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |