Online Radio

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

什麼是Online Radio?

Online Radio是由https://hitmusic.su開發的Chrome擴展程式,該擴展的主要功能是“Listen to the best Russian and foreign radio stations right in your browser!”。

擴展截圖

screenshot
screenshot

下載Online Radio擴展crx文件

下載Online Radio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": []
}