View Streams!
Finally, a stream browsing extension that you have the power to control.
ما هو View Streams!؟
View Streams! هو إضافة Chrome تم تطويرها بواسطة Brioux، والميزة الرئيسية لها هي "Finally, a stream browsing extension that you have the power to control.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة View Streams!
قم بتنزيل ملفات الامتداد View Streams! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Twitch.tv stream browsing extension that allows you to quickly find an enjoyable stream for any game. This stream browser brings you new level of control and customizability. Search for your favorite games to show or just browse popular games. Change skins or create your own. Regardless of if you're watching League of Legends, Dota 2, Rocket League, or any other game -- We've got you covered.
معلومات أساسية عن التمديد
الاسم | View Streams! |
ID | caohgnfajjlomaolfpidhohnikmankjm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/view-streams/caohgnfajjlomaolfpidhohnikmankjm |
الوصف | Finally, a stream browsing extension that you have the power to control. |
حجم الملف | 574 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2016-09-20 |
تاريخ النشر | 2016-09-19 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Brioux |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.5", "name": "View Streams!", "description": "Finally, a stream browsing extension that you have the power to control.", "icons": { "16": "css\/img\/icon_16x16.png", "48": "css\/img\/icon_48x48.png", "128": "css\/img\/icon_128x128.png" }, "permissions": [ "storage", "alarms", "https:\/\/api.twitch.tv\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "background.html" }, "browser_action": { "default_popup": "index.html" }, "options_page": "options.html" } |