Hypixel radio player
this extension will stream hypixle radio in the background
Hypixel radio player là gì?
Hypixel radio player là một tiện ích mở rộng Chrome được phát triển bởi Dead_S, và tính năng chính của nó là "this extension will stream hypixle radio in the background".
Ả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 Hypixel radio player
Tải xuống các tệp mở rộng Hypixel radio player 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
a mini radio player for Hypixle radio. at the time of upload this app is unofficial. this extension will run in the background with chrome by default. to start playing simply click on the icon in the top right corner of the browser and the player will pop up, clicking the play button will begin streaming the radio. to change the volume you must click and drag the the right segment of the ring, pull it down to turn the volume up. in the options there are three settings: dynamic volume - this will allow the player to adjust the volume while you drag the volume slider. play on start up - will begin streaming in the background when chrome starts up max mode - a setting you should only use if your name is max. hue - the hue/colour of the interface, click on the box to change the hue (at eventually I'll make it dragable) if you have any questions then message me on the Hypixle radio forums.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hypixel radio player |
ID | jkhbmipllnpgobcjaljpemepenebkfok |
URL Chính Thức | https://chromewebstore.google.com/detail/hypixel-radio-player/jkhbmipllnpgobcjaljpemepenebkfok |
Mô tả | this extension will stream hypixle radio in the background |
Kích Thước Tệp | 43.31 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1.4.3 |
Cập Nhật Lần Cuối | 2015-04-06 |
Ngày Phát Hành | 2015-04-06 |
Đánh Giá | 2.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Dead_S |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hypixel radio player", "description": "this extension will stream hypixle radio in the background", "version": "1.4.3", "icons": { "16": "hypixel16.png", "48": "hypixel48.png", "120": "hypixel128.png" }, "permissions": [ "background", "storage" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |