Radio Player

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

O que é Radio Player?

Radio Player é uma extensão do Chrome desenvolvida por Keller, e sua principal característica é "Listen to more than 20K free radio stations around the world!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Radio Player

Baixe arquivos de extensão Radio Player no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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).                    

Informações Básicas da Extensão

Nome Radio Player Radio Player
ID dneolpennjpnifjhmoiknmaapcodjjei
URL Oficial https://chromewebstore.google.com/detail/radio-player/dneolpennjpnifjhmoiknmaapcodjjei
Descrição Listen to more than 20K free radio stations around the world!
Tamanho do Arquivo 3.39 MB
Contagem de Instalações 1,520
Versão Atual 0.1.4
Última Atualização 2023-10-31
Data de Publicação 2020-02-24
Classificação 2.80/5 Total de 5 Avaliações
Desenvolvedor Keller
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mybrowseraddon.com/radio-player.html
URL da Página de Ajuda https://mybrowseraddon.com/radio-player.html
URL da Página de Política de Privacidade https://mybrowseraddon.com/privacy-policy/keller.html
Idiomas Suportados 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"
    }
}