AlphaCast Stream
Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !
ما هو AlphaCast Stream؟
AlphaCast Stream هو إضافة Chrome تم تطويرها بواسطة Bloodysunset، والميزة الرئيسية لها هي "Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast !".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AlphaCast Stream
قم بتنزيل ملفات الامتداد AlphaCast Stream بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast ! Dès qu'Alpha commence un stream, l'icône change et vous indique le nom du live en cours par l’intermédiaire d'une alerte personnalisée.
معلومات أساسية عن التمديد
الاسم | |
ID | igebijhdgjfdnjiejimoedckhfadmpeg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/alphacast-stream/igebijhdgjfdnjiejimoedckhfadmpeg |
الوصف | Soyez informés dès qu'un stream est lancé sur la chaîne Twitch d'AlphaCast ! |
حجم الملف | 35.5 KB |
عدد التثبيتات | 577 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2016-10-23 |
تاريخ النشر | 2016-10-23 |
تقييم | 4.90/5 مجموع تقييمات 29 |
المطور | Bloodysunset |
نوع الدفع | free |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AlphaCast Stream", "description": "Soyez inform\u00e9s d\u00e8s qu'un stream est lanc\u00e9 sur la cha\u00eene Twitch d'AlphaCast !", "version": "1.0.3", "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/ajax.googleapis.com\/" ], "browser_action": { "default_icon": "data\/alpha-cast.png", "default_title": "AlphaCast Stream!" }, "icons": { "128": "data\/alpha-cast-128.png" }, "background": { "scripts": [ "js\/app.js" ] } } |