League Streams: Stream Browser
A quick and detailed stream browser.
League Streams: Stream Browser là gì?
League Streams: Stream Browser là một tiện ích mở rộng Chrome được phát triển bởi Brioux, và tính năng chính của nó là "A quick and detailed stream browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng League Streams: Stream Browser
Tải xuống các tệp mở rộng League Streams: Stream Browser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | League Streams: Stream Browser |
ID | plbfmpfcbppeepkmbgphjpgldpgglbob |
URL Chính Thức | https://chromewebstore.google.com/detail/league-streams-stream-bro/plbfmpfcbppeepkmbgphjpgldpgglbob |
Mô tả | A quick and detailed stream browser. |
Kích Thước Tệp | 361 KB |
Số Lần Cài Đặt | 246 |
Phiên Bản Hiện Tại | 1.4.5.1 |
Cập Nhật Lần Cuối | 2017-10-04 |
Ngày Phát Hành | 2017-10-03 |
Đánh Giá | 4.36/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | Brioux |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://mad-chemist.com |
URL Trang Trợ Giúp | http://mad-chemist.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |