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 |
官方網址 | 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\/" ] } |