Online Radio from All Over The World
Listen to music from all over the world
Online Radio from All Over The Worldとは何ですか?
Online Radio from All Over The Worldはhttp://radiozz.orgによって開発されたChromeの拡張機能で、その主な機能は「Listen to music from all over the world」です。
拡張機能のスクリーンショット
Online Radio from All Over The World拡張機能のCRXファイルをダウンロード
Online Radio from All Over The World拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Слушайте радиостанции со всего мира. Популярная музыка, новости и спортивные события. Удобный поиск радиостанции по жанру, стране, языку и названию. Наслаждайтесь любимой музыкой и интересными передачами.
拡張機能の基本情報
名前 | |
ID | pfdndnhkbeieiddbcjlofigbhjbnimaa |
公式URL | https://chrome.google.com/webstore/detail/online-radio-from-all-ove/pfdndnhkbeieiddbcjlofigbhjbnimaa |
説明 | Listen to music from all over the world |
ファイルサイズ | 348 KB |
インストール数 | 46 |
現在のバージョン | 1.6 |
最終更新日 | 2019-03-24 |
公開日 | 2019-03-24 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | http://radiozz.org |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://radiozz.org/page/privacy.html |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "Radiozz.org", "version": "1.6", "description": "__MSG_extDesc__", "default_locale": "en", "web_accessible_resources": [ "images\/*", "icons\/*" ], "icons": { "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "browser_action": { "38": "icons\/38x38.png" }, "default_title": "__MSG_browserAction__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "jquery-1.12.4.min.js", "common.js", "content-script-1.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/radiozz.org\/*" ] }, "permissions": [ "tabs", "activeTab", "storage", "notifications", "https:\/\/api.radiozz.org\/" ] } |