View Streams!
Finally, a stream browsing extension that you have the power to control.
什麼是View Streams!?
View Streams!是由Brioux開發的Chrome擴展程式,該擴展的主要功能是“Finally, a stream browsing extension that you have the power to control.”。
擴展截圖
下載View Streams!擴展crx文件
下載View Streams!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |