Akaruu
Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !
ما هو Akaruu؟
Akaruu هو إضافة Chrome تم تطويرها بواسطة Akaruu، والميزة الرئيسية لها هي "Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Akaruu
قم بتنزيل ملفات الامتداد Akaruu بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Téléchargez l'extension Chrome d'Akaruu pour recevoir les notifications YouTube & Twitch. معلومات أساسية عن التمديد
| الاسم | |
| ID | ggnddmahllpbohpjficfmlkkeapdicdg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/akaruu/ggnddmahllpbohpjficfmlkkeapdicdg |
| الوصف | Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams ! |
| حجم الملف | 6.76 MB |
| عدد التثبيتات | 102 |
| النسخة الحالية | 4.2.1 |
| آخر تحديث | 2021-01-12 |
| تاريخ النشر | 2020-05-18 |
| تقييم | 4.92/5 مجموع تقييمات 12 |
| المطور | Akaruu |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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\/"
]
} | |