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 |
公式URL | 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" } } |