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!」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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", " |