southradios

Live radio from southradios.com

Vad är southradios?

southradios är en Chrome-tillägg utvecklad av http://southradios.com, och dess huvudfunktion är "Live radio from southradios.com".

Tilläggsskärmbilder

screenshot

Ladda ner southradios-förlängningens CRX-fil

Ladda ner southradios-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn southradios southradios
ID dfhimmcaihaiallkaenkdceipolmgbdk
Officiell webbadress https://chrome.google.com/webstore/detail/southradios/dfhimmcaihaiallkaenkdceipolmgbdk
Beskrivning Live radio from southradios.com
Filstorlek 72.96 KB
Antal Installationer 222
Aktuell Version 0.0.5
Senast Uppdaterad 2016-04-04
Publiceringsdatum 2016-04-04
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare http://southradios.com
Betalningssätt free
Tilläggswebbplats http://southradios.com/
Hjälpsida URL http://southradios.com/help/index.html
Stödda Språk 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'"
}