Hypixel radio player
this extension will stream hypixle radio in the background
Hypixel radio player란 무엇입니까?
Hypixel radio player은(는) Dead_S에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "this extension will stream hypixle radio in the background"입니다.
확장 프로그램 스크린샷
Hypixel radio player 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Hypixel radio player |
ID | jkhbmipllnpgobcjaljpemepenebkfok |
공식 URL | https://chromewebstore.google.com/detail/hypixel-radio-player/jkhbmipllnpgobcjaljpemepenebkfok |
설명 | this extension will stream hypixle radio in the background |
파일 크기 | 43.31 KB |
설치 횟수 | 19 |
현재 버전 | 1.4.3 |
최근 업데이트 | 2015-04-06 |
출시 날짜 | 2015-04-06 |
평점 | 2.88/5 총 8 개의 평점 |
개발자 | Dead_S |
결제 유형 | free |
지원되는 언어 | 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" } } |