GoB Live Extension
Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.
ما هو GoB Live Extension؟
GoB Live Extension هو إضافة Chrome تم تطويرها بواسطة Sylrus، والميزة الرئيسية لها هي "Pour être informé quand GoB est en live et pour ne rater aucun de ses streams.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GoB Live Extension
قم بتنزيل ملفات الامتداد GoB Live Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
L'icone de l'extension en haut à droite du navigateur change quand GoB commence à streamer. Ouvre un onglet vers le stream de GoB (twitch.tv/gobgg) quand on clique sur l'icone (ON ou OFF) Application développée par Sylrus - Pour toute réclamation ou pour des questions, n'hésitez pas à me contacter sur mon Twitter (@SylrusTV).
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | ikpmbcicbdmnoehbjioipalcimekjaij |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/gob-live-extension/ikpmbcicbdmnoehbjioipalcimekjaij |
الوصف | Pour être informé quand GoB est en live et pour ne rater aucun de ses streams. |
حجم الملف | 26.34 KB |
عدد التثبيتات | 70 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-09-04 |
تاريخ النشر | 2015-09-04 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Sylrus |
نوع الدفع | free |
اللغات المدعومة | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GoB Live Extension", "description": "Pour \u00eatre inform\u00e9 quand GoB est en live et pour ne rater aucun de ses streams.", "version": "1.0", "icons": { "19": "icons\/icon-19.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "icons\/icon-off-19.png", "default_title": "Sylrus - Offline" } } |