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 |
电子邮箱 | [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\/" ] } |