Online Radio

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

Online Radio क्या है?

Online Radio https://hitmusic.su द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listen to the best Russian and foreign radio stations right in your browser!"।

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

screenshot
screenshot

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

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

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

                        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;                    

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

नाम Online Radio Online Radio
ID noaiabgcebbhpaafacjeeeaanpdbecec
आधिकारिक URL https://chromewebstore.google.com/detail/online-radio/noaiabgcebbhpaafacjeeeaanpdbecec
विवरण Listen to the best Russian and foreign radio stations right in your browser!
फ़ाइल का आकार 443 KB
स्थापना संख्या 1,329
वर्तमान संस्करण 3.5.4
अंतिम अपडेट 2024-02-15
प्रकाशन तिथि 2019-11-04
रेटिंग 4.06/5 कुल 16 रेटिंग्स
डेवलपर https://hitmusic.su
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hitmusic.su
सहायता पृष्ठ URL https://hitmusic.su/feedback
गोपनीयता नीति पृष्ठ URL https://cdn.ga-games.com/pages/privacy-of-policy.html
समर्थित भाषाएँ 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": []
}