Akaruu
Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !
What is Akaruu?
Akaruu is a Chrome extension developed by Akaruu, and its main feature is "Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !".
Extension Screenshots
Download Akaruu Extension CRX File
Download Akaruu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Téléchargez l'extension Chrome d'Akaruu pour recevoir les notifications YouTube & Twitch.
Extension Basic Information
Name | Akaruu |
ID | ggnddmahllpbohpjficfmlkkeapdicdg |
Official URL | https://chromewebstore.google.com/detail/akaruu/ggnddmahllpbohpjficfmlkkeapdicdg |
Description | Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams ! |
File Size | 6.76 MB |
Installation Count | 102 |
Current Version | 4.2.1 |
Last Updated | 2021-01-12 |
Publish Date | 2020-05-18 |
Rating | 4.92/5 Total 12 Ratings |
Developer | Akaruu |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" ] } |