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
公式URL 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'"
}