League Streams: Stream Browser
A quick and detailed stream browser.
什麼是League Streams: Stream Browser?
League Streams: Stream Browser是由Brioux開發的Chrome擴展程式,該擴展的主要功能是“A quick and detailed stream browser.”。
擴展截圖
下載League Streams: Stream Browser擴展crx文件
下載League Streams: Stream Browser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily access streams from multiple games right from your browser. League Streams includes both Azubu.tv and Twitch.tv streams. You are given control of this extension to customize to suite your viewing experience. Skin it, Customize it, love it. 2015+ Update: Check out the other stream browser, it has almost identical features and then some more. Likely new updates will only be pushed to the new extension. Grab it for free here: https://chrome.google.com/webstore/detail/view-streams/caohgnfajjlomaolfpidhohnikmankjm
擴展基本資訊
名稱 | League Streams: Stream Browser |
ID | plbfmpfcbppeepkmbgphjpgldpgglbob |
官方網址 | https://chromewebstore.google.com/detail/league-streams-stream-bro/plbfmpfcbppeepkmbgphjpgldpgglbob |
簡介 | A quick and detailed stream browser. |
檔案大小 | 361 KB |
安裝次數 | 246 |
目前版本 | 1.4.5.1 |
更新時間 | 2017-10-04 |
上架時間 | 2017-10-03 |
評分 | 4.36/5 共 22 次評分 |
開發者 | Brioux |
付費類型 | free |
擴展官網 | http://mad-chemist.com |
說明頁面URL | http://mad-chemist.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "League Streams: Stream Browser", "description": "A quick and detailed stream browser.", "version": "1.4.5.1", "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "css\/images\/16.png", "default_popup": "index.html" }, "icons": { "16": "css\/images\/16.png", "128": "css\/images\/128.png" } } |