Kameto Live
Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.
ما هو Kameto Live؟
Kameto Live هو إضافة Chrome تم تطويرها بواسطة https://kocal.fr، والميزة الرئيسية لها هي "Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kameto Live
قم بتنزيل ملفات الامتداد Kameto Live بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Notifie l'utilisateur si le streamer Kameto est actuellement en train de stream sur la plateforme Twitch.
معلومات أساسية عن التمديد
الاسم | Kameto Live |
ID | mpfbanlogiiedmdndkopbfjlbodlojfd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/kameto-live/mpfbanlogiiedmdndkopbfjlbodlojfd |
الوصف | Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch. |
حجم الملف | 34.19 KB |
عدد التثبيتات | 1,265 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2018-05-10 |
تاريخ النشر | 2018-05-10 |
تقييم | 5.00/5 مجموع تقييمات 10 |
المطور | https://kocal.fr |
نوع الدفع | free |
موقع الإضافة | https://github.com/Kocal/someone-is-streaming-web-extension-generator/tree/master/extensions/Kameto%20Live |
عنوان صفحة المساعدة | https://github.com/Kocal/someone-is-streaming-web-extension-generator/issues |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kameto Live", "description": "Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.", "version": "0.1.0", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "notifications", "https:\/\/api.twitch.tv\/" ], "browser_action": { "default_title": "Kameto Live", "default_icon": { "48": "icons\/icon_48.png" } }, "background": { "scripts": [ "background.js" ] } } |