Worldwide Radio

Listen to live radio stations from around the world!

Worldwide Radio là gì?

Worldwide Radio là một tiện ích mở rộng Chrome được phát triển bởi Ovi, và tính năng chính của nó là "Listen to live radio stations from around the world!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Worldwide Radio

Tải xuống các tệp mở rộng Worldwide Radio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Worldwide Radio Worldwide Radio
ID ofncbjjbfchlegacifnndkkbdoaedcof
URL Chính Thức https://chrome.google.com/webstore/detail/worldwide-radio/ofncbjjbfchlegacifnndkkbdoaedcof
Mô tả Listen to live radio stations from around the world!
Kích Thước Tệp 607 KB
Số Lần Cài Đặt 33,089
Phiên Bản Hiện Tại 5.2
Cập Nhật Lần Cuối 2022-04-12
Ngày Phát Hành 2020-05-11
Đánh Giá 4.65/5 Tổng số 199 Đánh Giá
Nhà Phát Triển Ovi
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.s3blog.org/screengrab/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}