southradios

Live radio from southradios.com

Apa itu southradios?

southradios adalah ekstensi Chrome yang dikembangkan oleh http://southradios.com, dan fitur utamanya adalah "Live radio from southradios.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi southradios

Unduh file ekstensi southradios dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama southradios southradios
ID dfhimmcaihaiallkaenkdceipolmgbdk
URL Resmi https://chrome.google.com/webstore/detail/southradios/dfhimmcaihaiallkaenkdceipolmgbdk
Deskripsi Live radio from southradios.com
Ukuran File 72.96 KB
Jumlah Instalasi 222
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2016-04-04
Tanggal Publikasi 2016-04-04
Penilaian 5.00/5 Total 7 Penilaian
Pengembang http://southradios.com
Tipe Pembayaran free
Situs Ekstensi http://southradios.com/
URL Halaman Bantuan http://southradios.com/help/index.html
Bahasa yang Didukung 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'"
}