Akaruu
Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !
Co to jest Akaruu?
Akaruu to rozszerzenie Chrome opracowane przez Akaruu, a jego główną funkcją jest „Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Akaruu
Pobierz pliki rozszerzeń Akaruu w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Téléchargez l'extension Chrome d'Akaruu pour recevoir les notifications YouTube & Twitch. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ggnddmahllpbohpjficfmlkkeapdicdg |
| Oficjalny URL | https://chromewebstore.google.com/detail/akaruu/ggnddmahllpbohpjficfmlkkeapdicdg |
| Opis | Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams ! |
| Rozmiar pliku | 6.76 MB |
| Liczba instalacji | 102 |
| Aktualna Wersja | 4.2.1 |
| Ostatnia Aktualizacja | 2021-01-12 |
| Data Publikacji | 2020-05-18 |
| Ocena | 4.92/5 Łącznie 12 Oceny |
| Deweloper | Akaruu |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/"
]
} | |