Streams Now
This extension shows currently live channels from Twitch and Hitbox
Streams Now là gì?
Streams Now là một tiện ích mở rộng Chrome được phát triển bởi SkewPL, và tính năng chính của nó là "This extension shows currently live channels from Twitch and Hitbox".
Ả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 Streams Now
Tải xuống các tệp mở rộng Streams Now 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
This extension will keep you up to date with currently live channels on Twitch and Hitbox. Just enter your hitbox and/or twitch name in settings and press save. Extension will automatically download channels that you are following, and show currently live channels in popup. Extension can also show notifications when channel goes live and play sound effects, you can easly configure everything you want.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Streams Now |
ID | hfgbofkndeplfbblcickldfgbfelakgj |
URL Chính Thức | https://chromewebstore.google.com/detail/streams-now/hfgbofkndeplfbblcickldfgbfelakgj |
Mô tả | This extension shows currently live channels from Twitch and Hitbox |
Kích Thước Tệp | 525 KB |
Số Lần Cài Đặt | 124 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-03-06 |
Ngày Phát Hành | 2016-03-06 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | SkewPL |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "options_page": "options.html", "default_locale": "en", "version": "1.0", "icons": { "128": "assets\/icon-128.png", "48": "assets\/icon-48.png" }, "background": { "persistent": true, "scripts": [ "scripts\/jquery-2.1.3.min.js", "scripts\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "assets\/icon-48.png", "default_title": "__MSG_appName__" }, "permissions": [ "activeTab", "storage", "background", "notifications", "https:\/\/api.twitch.tv\/", "https:\/\/www.hitbox.tv\/" ] } |