Worldwide Radio

Listen to live radio stations from around the world!

什么是Worldwide Radio?

Worldwide Radio是由Ovi开发的Chrome扩展程序,该扩展的主要功能是“Listen to live radio stations from around the world!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Worldwide Radio扩展crx文件

下载Worldwide Radio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Worldwide Radio Worldwide Radio
ID ofncbjjbfchlegacifnndkkbdoaedcof
官方URL https://chrome.google.com/webstore/detail/worldwide-radio/ofncbjjbfchlegacifnndkkbdoaedcof
简介 Listen to live radio stations from around the world!
文件大小 607 KB
安装次数 33,089
当前版本 5.2
更新时间 2022-04-12
上架时间 2020-05-11
评分 4.65/5 共199次评分
开发者 Ovi
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://www.s3blog.org/screengrab/privacy.html
支持的语言 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",
        ""
    ]
}