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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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",
        ""
    ]
}