Worldwide Radio

Listen to live radio stations from around the world!

¿Qué es Worldwide Radio?

Worldwide Radio es una extensión de Chrome desarrollada por Ovi, y su función principal es "Listen to live radio stations from around the world!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Worldwide Radio

Descarga archivos de extensión Worldwide Radio en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Worldwide Radio - it is about 50,000 radio stations from around the world.

For more comfort, you can create your favorite lists of your favorite online radio stations.

--------
About copyrights:
--------
For access to radio stations we use only open access links.
Rights in the audio content made available for listening are owned by the station providers or their licensors.
If radio station owners want to correct, update, or delete their corresponding record in our list of stations, please contact us.                    

Información Básica de la Extensión

Nombre Worldwide Radio Worldwide Radio
ID ofncbjjbfchlegacifnndkkbdoaedcof
URL Oficial https://chrome.google.com/webstore/detail/worldwide-radio/ofncbjjbfchlegacifnndkkbdoaedcof
Descripción Listen to live radio stations from around the world!
Tamaño del Archivo 607 KB
Cantidad de Instalaciones 33,089
Versión Actual 5.2
Última Actualización 2022-04-12
Fecha de Publicación 2020-05-11
Calificación 4.65/5 Total de 199 Calificaciones
Desarrollador Ovi
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://www.s3blog.org/screengrab/privacy.html
Idiomas Soportados de,en,fr,nl,it,hu,pl,sl,cs,ru,uk,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "author": "Oleksandr Popov",
    "version": "5.2",
    "default_locale": "en",
    "applications": {
        "gecko": {
            "id": "worldwide@radio"
        }
    },
    "icons": {
        "16": "\/skin\/logo16.png",
        "24": "\/skin\/logo24.png",
        "32": "\/skin\/logo32.png",
        "48": "\/skin\/logo48.png",
        "128": "\/skin\/logo128.png"
    },
    "browser_action": {
        "default_icon": "\/skin\/logo24.png",
        "default_popup": "content\/popup.html",
        "default_title": "__MSG_extension_name__"
    },
    "background": {
        "page": "content\/background.html"
    },
    "options_ui": {
        "page": "content\/options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "optional_permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self' blob:; object-src 'self'",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}