Akaruu
Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !
Cos'è Akaruu?
Akaruu è un'estensione di Chrome sviluppata da Akaruu, e la sua funzione principale è "Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Akaruu
Scarica i file di estensione Akaruu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Téléchargez l'extension Chrome d'Akaruu pour recevoir les notifications YouTube & Twitch. Informazioni di Base sull'Estensione
| Nome | |
| ID | ggnddmahllpbohpjficfmlkkeapdicdg |
| URL Ufficiale | https://chromewebstore.google.com/detail/akaruu/ggnddmahllpbohpjficfmlkkeapdicdg |
| Descrizione | Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams ! |
| Dimensione del File | 6.76 MB |
| Conteggio Installazioni | 102 |
| Versione Corrente | 4.2.1 |
| Ultimo Aggiornamento | 2021-01-12 |
| Data di Pubblicazione | 2020-05-18 |
| Valutazione | 4.92/5 Totale 12 Valutazioni |
| Sviluppatore | Akaruu |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/"
]
} | |