Garryschool Extension
Extension chrome pour le streamer/youtuber Garryschool
ما هو Garryschool Extension؟
Garryschool Extension هو إضافة Chrome تم تطويرها بواسطة https://www.garryschool.fr، والميزة الرئيسية لها هي "Extension chrome pour le streamer/youtuber Garryschool".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Garryschool Extension
قم بتنزيل ملفات الامتداد Garryschool Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Garryschool Extension for Chrome est une extension développée afin de rendre plus dynamique la communication entre le streamer/youtubeur Garryschool et sa communauté. 1.2.2 : * Amélioration technique 1.2.1 : * Nouveau design 1.2.0 : * Un compte à rebours au prochain live * Des liens redirigeant vers les différents réseaux sociaux (facebook, Twitter, ...) * Des notifications lorsque Garryschool entre en live * Des notifications à chaque sortie de vidéo * Une notification sonore accompagnant chaque notification bureau
معلومات أساسية عن التمديد
الاسم | |
ID | eebbpmogaakjcmjffhnmgebeojbaicpp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/garryschool-extension/eebbpmogaakjcmjffhnmgebeojbaicpp |
الوصف | Extension chrome pour le streamer/youtuber Garryschool |
حجم الملف | 1.35 MB |
عدد التثبيتات | 270 |
النسخة الحالية | 1.2.2 |
آخر تحديث | 2019-09-30 |
تاريخ النشر | 2019-09-30 |
تقييم | 4.97/5 مجموع تقييمات 35 |
المطور | https://www.garryschool.fr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://garryschool.fr/ |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Garryschool Extension", "default_locale": "fr", "description": "Extension chrome pour le streamer\/youtuber Garryschool", "version": "1.2.2", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "notifications" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "icons": { "128": "images\/icon.png" }, "author": "Kyominii" } |