Radio Player

Listen to more than 20K free radio stations around the world!

什麼是Radio Player?

Radio Player是由Keller開發的Chrome擴展程式,該擴展的主要功能是“Listen to more than 20K free radio stations around the world!”。

擴展截圖

screenshot

下載Radio Player擴展crx文件

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

擴展使用說明

                        Radio Player, is a simple extension that can play online radio right in your browser.

It has a list of more than 24k radio channels. Simply select the country of your choice and then select a desired channel from the right list. The radio will start to play automatically after loading is completed.

Note 1: Some radio channels may not work properly. In case of any errors happening, please select a different channel and try again. You can pause the current radio or change the volume from the radio player in the UI. All changes are auto-saved to the memory in this add-on.

Note 2: All the radio database is located locally on your machine. However, when you choose a station to play, the add-on fetches the audio data and image related to that station from the internet.

If you found a bug, or have a feature request in mind, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/radio-player.html).                    

擴展基本資訊

名稱 Radio Player Radio Player
ID dneolpennjpnifjhmoiknmaapcodjjei
官方網址 https://chromewebstore.google.com/detail/radio-player/dneolpennjpnifjhmoiknmaapcodjjei
簡介 Listen to more than 20K free radio stations around the world!
檔案大小 3.39 MB
安裝次數 1,520
目前版本 0.1.4
更新時間 2023-10-31
上架時間 2020-02-24
評分 2.80/5 共 5 次評分
開發者 Keller
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mybrowseraddon.com/radio-player.html
說明頁面URL https://mybrowseraddon.com/radio-player.html
隱私政策頁面URL https://mybrowseraddon.com/privacy-policy/keller.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "name": "Radio Player",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/radio-player.html",
    "description": "Listen to more than 20K free radio stations around the world!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Radio Player",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}