myRadio - online radio and FM radio stations

More than 50.000 online radio plus your favorites radio stations in one extension

O que é myRadio - online radio and FM radio stations?

myRadio - online radio and FM radio stations é uma extensão do Chrome desenvolvida por Mbsh.ai, e sua principal característica é "More than 50.000 online radio plus your favorites radio stations in one extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão myRadio - online radio and FM radio stations

Baixe arquivos de extensão myRadio - online radio and FM radio stations 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

                        Listen to free online radio in any mood and in all kinds of weather with myRadio extension!

Rest after a hard work day with light instrumental music, turn on dynamic rock during workout in the gym or make every single commuting different from another with the most popular world hits!

myRadio means:
- absolutely free access to more than 50.000 online radio stations for any taste
- option to save radio stations as Favourites
- option to mark favourite tracks
- option to wake up with favourite music, using the application as an alarm clock
- option to buy the tracks you fancy completely legally and for a moderate fee
- option to switch off ads while broadcasting

No matter what mood you are in and what life situation you got into - you will always find appropriate music online in myRadio extension!                    

Informações Básicas da Extensão

Nome myRadio - online radio and FM radio stations myRadio - online radio and FM radio stations
ID ckibpennpkkodmbiaomglppnaigiklop
URL Oficial https://chrome.google.com/webstore/detail/myradio-online-radio-and/ckibpennpkkodmbiaomglppnaigiklop
Descrição More than 50.000 online radio plus your favorites radio stations in one extension
Tamanho do Arquivo 703 KB
Contagem de Instalações 370
Versão Atual 1.4.9.5
Última Atualização 2021-05-05
Data de Publicação 2021-05-04
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Mbsh.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://myradio.center
URL da Página de Política de Privacidade https://myradio.center/docs/privacy_policy
Idiomas Suportados id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.4.9.5",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "author": "RadioButton",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "vendors\/bundle.js",
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/48x48.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/48x48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "popup\/*css",
        "_locales\/*"
    ]
}