southradios
Live radio from southradios.com
Wat is southradios?
southradios is een Chrome-extensie ontwikkeld door http://southradios.com, en de belangrijkste functie is "Live radio from southradios.com".
Extensie Screenshots
Download het CRX-bestand van de extensie southradios
Download southradios-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dfhimmcaihaiallkaenkdceipolmgbdk |
Officiële URL | https://chrome.google.com/webstore/detail/southradios/dfhimmcaihaiallkaenkdceipolmgbdk |
Beschrijving | Live radio from southradios.com |
Bestandsgrootte | 72.96 KB |
Aantal Installaties | 222 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2016-04-04 |
Publicatiedatum | 2016-04-04 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | http://southradios.com |
Betalingswijze | free |
Extensiewebsite | http://southradios.com/ |
Help Pagina-URL | http://southradios.com/help/index.html |
Ondersteunde Talen | 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'" } |