Spitation Extension
Soyez au courant quand votre streameur préféré commence à streamer!
ما هو Spitation Extension؟
Spitation Extension هو إضافة Chrome تم تطويرها بواسطة Zygger، والميزة الرئيسية لها هي "Soyez au courant quand votre streameur préféré commence à streamer!".
تحميل ملف CRX للإضافة Spitation Extension
قم بتنزيل ملفات الامتداد Spitation Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Voici l'extension de Spitation ! Télécharge là et soit au courant quand il stream. Tu seras au courant grâce à l'icône qui passe en couleur quand il sera ON ! Juste un clique sur l'icône et tu seras redirigé vers son stream.
معلومات أساسية عن التمديد
الاسم | |
ID | fapcjmpeikbacdjlghlebalpcifangfh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/spitation-extension/fapcjmpeikbacdjlghlebalpcifangfh |
الوصف | Soyez au courant quand votre streameur préféré commence à streamer! |
حجم الملف | 62.69 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 2.4.5 |
آخر تحديث | 2016-10-02 |
تاريخ النشر | 2016-10-02 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Zygger |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spitation Extension", "description": "Soyez au courant quand votre streameur pr\u00e9f\u00e9r\u00e9 commence \u00e0 streamer!", "version": "2.4.5", "background": { "scripts": [ "parameters.js", "btnlive.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "default_icon": "iconoff48.png" }, "icons": { "16": "iconoff16.png", "48": "iconoff48.png", "128": "iconoff128.png" } } |