southradios
Live radio from southradios.com
Hvad er southradios?
southradios er en Chrome-udvidelse udviklet af http://southradios.com, og dens hovedfunktion er "Live radio from southradios.com".
Udvidelsesskærmbilleder
Download southradios-udvidelses-CRX-fil
Download southradios-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dfhimmcaihaiallkaenkdceipolmgbdk |
Officiel URL | https://chrome.google.com/webstore/detail/southradios/dfhimmcaihaiallkaenkdceipolmgbdk |
Beskrivelse | Live radio from southradios.com |
Filstørrelse | 72.96 KB |
Antal Installationer | 222 |
Nuværende Version | 0.0.5 |
Senest Opdateret | 2016-04-04 |
Udgivelsesdato | 2016-04-04 |
Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
Udvikler | http://southradios.com |
Betalingsmetode | free |
Udvidelseswebsted | http://southradios.com/ |
Hjælpeside-URL | http://southradios.com/help/index.html |
Understøttede Sprog | 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'" } |