Hypixel radio player

this extension will stream hypixle radio in the background

Hypixel radio player क्या है?

Hypixel radio player Dead_S द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "this extension will stream hypixle radio in the background"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hypixel radio player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}