Akaruu
Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !
O que é Akaruu?
Akaruu é uma extensão do Chrome desenvolvida por Akaruu, e sua principal característica é "Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Akaruu
Baixe arquivos de extensão Akaruu 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
Téléchargez l'extension Chrome d'Akaruu pour recevoir les notifications YouTube & Twitch.
Informações Básicas da Extensão
Nome | Akaruu |
ID | ggnddmahllpbohpjficfmlkkeapdicdg |
URL Oficial | https://chromewebstore.google.com/detail/akaruu/ggnddmahllpbohpjficfmlkkeapdicdg |
Descrição | Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams ! |
Tamanho do Arquivo | 6.76 MB |
Contagem de Instalações | 102 |
Versão Atual | 4.2.1 |
Última Atualização | 2021-01-12 |
Data de Publicação | 2020-05-18 |
Classificação | 4.92/5 Total de 12 Avaliações |
Desenvolvedor | Akaruu |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Killian_Thvn", "name": "Akaruu", "version": "4.2.1", "description": "Recevez les notifications Twitch & YouTube d'Akaruu pour \u00eatre inform\u00e9 des nouvelles vid\u00e9os et streams !", "icons": { "32": "src\/img\/32.png", "64": "src\/img\/64.png", "128": "src\/img\/128.png" }, "browser_action": { "default_icon": "src\/img\/icon_off.png", "default_popup": "index.html" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "background", "notifications", "https:\/\/api.twitch.tv\/", "http:\/\/twitch.tv\/" ] } |