southradios
Live radio from southradios.com
什么是southradios?
southradios是由http://southradios.com开发的Chrome扩展程序,该扩展的主要功能是“Live radio from southradios.com”。
扩展截图
下载southradios扩展crx文件
下载southradios扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Now listen to the Exclusive radio's of A R Rahman, Ilayaraja, SPB, K. J. Yesudas, Yuvan Shankar Raja and additionally featured Puthu Paadal radio, Tamil Lite radio and Tamil Beat radio.
扩展基本信息
名称 | |
ID | dfhimmcaihaiallkaenkdceipolmgbdk |
官方URL | https://chrome.google.com/webstore/detail/southradios/dfhimmcaihaiallkaenkdceipolmgbdk |
简介 | Live radio from southradios.com |
文件大小 | 72.96 KB |
安装次数 | 222 |
当前版本 | 0.0.5 |
更新时间 | 2016-04-04 |
上架时间 | 2016-04-04 |
评分 | 5.00/5 共7次评分 |
开发者 | http://southradios.com |
付费类型 | free |
扩展官网 | http://southradios.com/ |
帮助页面URL | http://southradios.com/help/index.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "southradios", "version": "0.0.5", "permissions": [ "webRequest", "webRequestBlocking", "tabs", "http:\/\/listen.radionomy.com\/*" ], "description": "Live radio from southradios.com", "icons": { "48": "images\/sr_icon.png", "128": "images\/sr_icon.png" }, "minimum_chrome_version": "5.0.375.125", "browser_action": { "default_title": "southradios" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |