KennyStream
Soyez au courant quand votre streameur préféré commence à streamer!
ما هو KennyStream؟
KennyStream هو إضافة Chrome تم تطويرها بواسطة DakaYd0 | Clement.F، والميزة الرئيسية لها هي "Soyez au courant quand votre streameur préféré commence à streamer!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة KennyStream
قم بتنزيل ملفات الامتداد KennyStream بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Streamer très puissant chez @EclypsiaCOM - Youtube & Twitch : KennyStream - Contact : [email protected]
معلومات أساسية عن التمديد
الاسم | KennyStream |
ID | mnoeihpnphpmglpmnipbakgadjfpocmf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/kennystream/mnoeihpnphpmglpmnipbakgadjfpocmf |
الوصف | Soyez au courant quand votre streameur préféré commence à streamer! |
حجم الملف | 99.33 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 2.4.6 |
آخر تحديث | 2017-07-22 |
تاريخ النشر | 2017-07-22 |
المطور | DakaYd0 | Clement.F |
نوع الدفع | free |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KennyStream", "description": "Soyez au courant quand votre streameur pr\u00e9f\u00e9r\u00e9 commence \u00e0 streamer!", "version": "2.4.6", "background": { "scripts": [ "parameters.js", "btnlive.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "default_icon": "iconoff48.png", "default_popup": "popup.html" }, "icons": { "16": "iconoff16.png", "48": "iconon48.png", "128": "iconon128.png" } } |