UltraFM

Listen UltraFM station from browser. Tiny extention that allows you to listen UltraFM(radioultra.ru) from Chrome browser.

UltraFM क्या है?

UltraFM Øleksii Bøbyriev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listen UltraFM station from browser. Tiny extention that allows you to listen UltraFM(radioultra.ru) from Chrome browser."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में UltraFM एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Version 0.2.1.2
---------------------------------------------------
bugfix: cover load issues
bugfix: stream connection issues
uifix: replace vk with spotify
uifix: upd badge colors

Version 0.2.1.0
---------------------------------------------------
bugfix: upd current song info from official source
uifix: minor ui improvements

Version 0.2.0.8
---------------------------------------------------
release: remove non-required permission [tabs]

Version 0.2.0.7
---------------------------------------------------
- bugfix: fetch current song and display it's cover
- bugfix: radio stream quality


Version 0.2.0.6
---------------------------------------------------
- bugfix: correct stream endpoint (thx to https://github.com/ruLait)


Version 0.2.0.5
---------------------------------------------------
- uifix: song cover preload                              
- uifix: fetch autocorrected lastfm data for song        
- bugfix: minor speed improvements                       
- bugfix: consider volume slider value at browser restart


Version 0.2.0.4
---------------------------------------------------
- bugfix: fix last.fm callback on authorization
- bugfix: reconnect on stream stuck


Version 0.2.0.3
---------------------------------------------------
- bugfix: use proper config for scrobbling


Version 0.2.0.2
---------------------------------------------------
- bugfix: fix info fetch from icecast-server


Version 0.2.0.1
---------------------------------------------------
- bugfix: fix scrobbling switch-on for all last.fm domains


Version 0.2.0.0
---------------------------------------------------
- feature: volume slider
- feature: last.fm scrobbling
- bugfix: code clean-up and app speed-up


Version 0.1.9.1
---------------------------------------------------
- bugfix: force connect to stream
- bugfix: cache only current stream
- uifix: removed delay when popup opens
- uifix: prefetch artist cover
- uifix: fix artist cover appearance logic


Version 0.1.9.0
---------------------------------------------------
- uifix: redesign
- uifix: smooth ui


Version 0.1.8.0
---------------------------------------------------
- bugfix: fixed info grabber about current playing track
- bugfix: fixed connection to stream
- uifix: fixed state change after play button press
- uifix: removed info block about lower bitrate
- uifix: added spinner for indication about connection


Version 0.1.7.2
---------------------------------------------------
- fcuk: lower bitrate to 128kbps


Version 0.1.7.1
---------------------------------------------------
- uifix: keypress animation and handler


Version 0.1.7
---------------------------------------------------
- bugfix: current track cover appearance


Version 0.1.6
---------------------------------------------------
- uifix: full redesign
- feature: show current track cover


Version 0.1.5.2
---------------------------------------------------
- bugfix: show correct current track info after unpaused


Version 0.1.5.1
---------------------------------------------------
- uifix: more accuracy track info view


Version 0.1.5
---------------------------------------------------
- fix: display current track at first play


Version 0.1.4
---------------------------------------------------
- bugfix: fixed xhr-request + simplified structure
  (current playing song shows up!!!)


Version 0.1.3
---------------------------------------------------
- feature: show current streaming song


Version 0.1.2
---------------------------------------------------
- bugfix: minor fix with popup and background pages


Version 0.1.1
---------------------------------------------------
- bugfix: use new manifest format


Version 0.1
---------------------------------------------------
- init: first working release                    

एक्सटेंशन की मूल जानकारी

नाम UltraFM UltraFM
ID gojiifmihkaaeljpojjebnneaaklghil
आधिकारिक URL https://chromewebstore.google.com/detail/ultrafm/gojiifmihkaaeljpojjebnneaaklghil
विवरण Listen UltraFM station from browser. Tiny extention that allows you to listen UltraFM(radioultra.ru) from Chrome browser.
फ़ाइल का आकार 79.73 KB
स्थापना संख्या 94
वर्तमान संस्करण 0.2.1.2
अंतिम अपडेट 2022-06-29
प्रकाशन तिथि 2014-12-27
रेटिंग 4.88/5 कुल 26 रेटिंग्स
डेवलपर Øleksii Bøbyriev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sfate/UltraFM
सहायता पृष्ठ URL https://github.com/sfate/UltraFM/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "description": "Listen UltraFM station from browser. Tiny extention that allows you to listen UltraFM(radioultra.ru) from Chrome browser.",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon.png",
        "48": "images\/icon_48.png"
    },
    "name": "UltraFM",
    "manifest_version": 2,
    "minimum_chrome_version": "100.0",
    "offline_enabled": false,
    "permissions": [
        "http:\/\/main.hostingradio.ru\/",
        "http:\/\/www.radiobells.com\/",
        "http:\/\/ws.audioscrobbler.com\/",
        "https:\/\/meta.fmgid.com\/"
    ],
    "options_page": "options.html",
    "version": "0.2.1.2",
    "web_accessible_resources": [
        "options.html"
    ]
}