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」です。

拡張機能のスクリーンショット

screenshot

Hypixel radio player拡張機能のCRXファイルをダウンロード

Hypixel radio player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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"
    }
}