southradios
Live radio from southradios.com
What is southradios?
southradios is a Chrome extension developed by http://southradios.com, and its main feature is "Live radio from southradios.com".
Extension Screenshots
Download southradios Extension CRX File
Download southradios 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
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.
Extension Basic Information
Name | |
ID | dfhimmcaihaiallkaenkdceipolmgbdk |
Official URL | https://chrome.google.com/webstore/detail/southradios/dfhimmcaihaiallkaenkdceipolmgbdk |
Description | Live radio from southradios.com |
File Size | 72.96 KB |
Installation Count | 222 |
Current Version | 0.0.5 |
Last Updated | 2016-04-04 |
Publish Date | 2016-04-04 |
Rating | 5.00/5 Total 7 Ratings |
Developer | http://southradios.com |
Payment Type | free |
Extension Website | http://southradios.com/ |
Help Page URL | http://southradios.com/help/index.html |
Supported Languages | 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'" } |