southradios

Live radio from southradios.com

什麼是southradios?

southradios是由http://southradios.com開發的Chrome擴展程式,該擴展的主要功能是“Live radio from southradios.com”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 southradios southradios
ID dfhimmcaihaiallkaenkdceipolmgbdk
官方網址 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'"
}