Akaruu
Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !
Vad är Akaruu?
Akaruu är en Chrome-tillägg utvecklad av Akaruu, och dess huvudfunktion är "Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !".
Tilläggsskärmbilder
Ladda ner Akaruu-förlängningens CRX-fil
Ladda ner Akaruu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Téléchargez l'extension Chrome d'Akaruu pour recevoir les notifications YouTube & Twitch.
Grundläggande Information om Tillägg
Namn | Akaruu |
ID | ggnddmahllpbohpjficfmlkkeapdicdg |
Officiell webbadress | https://chromewebstore.google.com/detail/akaruu/ggnddmahllpbohpjficfmlkkeapdicdg |
Beskrivning | Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams ! |
Filstorlek | 6.76 MB |
Antal Installationer | 102 |
Aktuell Version | 4.2.1 |
Senast Uppdaterad | 2021-01-12 |
Publiceringsdatum | 2020-05-18 |
Betyg | 4.92/5 Totalt 12 Betyg |
Utvecklare | Akaruu |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |