Stream Viewer
Streams from multiple games in one place.
ما هو Stream Viewer؟
Stream Viewer هو إضافة Chrome تم تطويرها بواسطة Chris Gilbert، والميزة الرئيسية لها هي "Streams from multiple games in one place.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stream Viewer
قم بتنزيل ملفات الامتداد Stream Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
View a list of twitch streams from a variety of games. Favorites save cross devices. New features and updates coming soon!
معلومات أساسية عن التمديد
الاسم | |
ID | plnfhlmpanmpgalcajmlnmaikcemdjeo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/stream-viewer/plnfhlmpanmpgalcajmlnmaikcemdjeo |
الوصف | Streams from multiple games in one place. |
حجم الملف | 511 KB |
عدد التثبيتات | 214 |
النسخة الحالية | 0.60 |
آخر تحديث | 2016-09-15 |
تاريخ النشر | 2016-09-15 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Chris Gilbert |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stream Viewer", "version": "0.60", "manifest_version": 2, "description": "Streams from multiple games in one place.", "browser_action": { "default_icon": "img\/icon\/twitch-icon.png", "default_popup": "index.html", "default_title": "StreamViewer" }, "icons": { "128": "img\/icon\/twitch-icon.png" }, "permissions": [ "*:\/\/api.twitch.tv\/*", "tabs", "storage" ] } |