Online Radio from All Over The World
Listen to music from all over the world
What is Online Radio from All Over The World?
Online Radio from All Over The World is a Chrome extension developed by http://radiozz.org, and its main feature is "Listen to music from all over the world".
Extension Screenshots
Download Online Radio from All Over The World Extension CRX File
Download Online Radio from All Over The World extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Слушайте радиостанции со всего мира. Популярная музыка, новости и спортивные события. Удобный поиск радиостанции по жанру, стране, языку и названию. Наслаждайтесь любимой музыкой и интересными передачами.
Extension Basic Information
Name | |
ID | pfdndnhkbeieiddbcjlofigbhjbnimaa |
Official URL | https://chrome.google.com/webstore/detail/online-radio-from-all-ove/pfdndnhkbeieiddbcjlofigbhjbnimaa |
Description | Listen to music from all over the world |
File Size | 348 KB |
Installation Count | 46 |
Current Version | 1.6 |
Last Updated | 2019-03-24 |
Publish Date | 2019-03-24 |
Rating | 3.50/5 Total 2 Ratings |
Developer | http://radiozz.org |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://radiozz.org/page/privacy.html |
Supported Languages | 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\/" ] } |