Akaruu
Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !
Wat is Akaruu?
Akaruu is een Chrome-extensie ontwikkeld door Akaruu, en de belangrijkste functie is "Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !".
Extensie Screenshots
Download het CRX-bestand van de extensie Akaruu
Download Akaruu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Téléchargez l'extension Chrome d'Akaruu pour recevoir les notifications YouTube & Twitch. Basisinformatie over de Extensie
| Naam | |
| ID | ggnddmahllpbohpjficfmlkkeapdicdg |
| Officiële URL | https://chromewebstore.google.com/detail/akaruu/ggnddmahllpbohpjficfmlkkeapdicdg |
| Beschrijving | Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams ! |
| Bestandsgrootte | 6.76 MB |
| Aantal Installaties | 102 |
| Huidige Versie | 4.2.1 |
| Laatst Bijgewerkt | 2021-01-12 |
| Publicatiedatum | 2020-05-18 |
| Beoordeling | 4.92/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | Akaruu |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/"
]
} | |