Online Radio

Listen to the best Russian and foreign radio stations right in your browser!

What is Online Radio?

Online Radio is a Chrome extension developed by https://hitmusic.su, and its main feature is "Listen to the best Russian and foreign radio stations right in your browser!".

Extension Screenshots

screenshot
screenshot

Download Online Radio Extension CRX File

Download Online Radio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A browser widget that plays radio from the HITMUSIC catalog.

Main advantages of the widget:
1) You can listen to the radio even if the site is closed;
2) Full integration with the site;
3) Automatically resume the radio when the Internet signal is interrupted;                    

Extension Basic Information

Name Online Radio Online Radio
ID noaiabgcebbhpaafacjeeeaanpdbecec
Official URL https://chromewebstore.google.com/detail/online-radio/noaiabgcebbhpaafacjeeeaanpdbecec
Description Listen to the best Russian and foreign radio stations right in your browser!
File Size 443 KB
Installation Count 1,329
Current Version 3.5.4
Last Updated 2024-02-15
Publish Date 2019-11-04
Rating 4.06/5 Total 16 Ratings
Developer https://hitmusic.su
Email [email protected]
Payment Type free
Extension Website https://hitmusic.su
Help Page URL https://hitmusic.su/feedback
Privacy Policy Page URL https://cdn.ga-games.com/pages/privacy-of-policy.html
Supported Languages de,en,fr,nl,no,vi,tr,ca,da,es,it,hu,pl,ro,fi,sv,cs,el,sr,ru,uk,iw,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.5.4",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/hitmusic.su",
    "author": "GlobalArt Inc",
    "permissions": [
        "contextMenus",
        "webNavigation",
        "http:\/\/*.hitmusic.su\/*",
        "https:\/\/*.hitmusic.su\/*"
    ],
    "icons": {
        "16": "images\/ico.png",
        "48": "images\/ico.png",
        "128": "images\/ico.png"
    },
    "browser_action": {
        "default_icon": {
            "72": "images\/icon_player.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/sm2.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "_version": "",
    "sap.app": [],
    "sap.ui": []
}