KVRX Livestream

Listen to KVRX with the click of a button!

Apa itu KVRX Livestream?

KVRX Livestream adalah ekstensi Chrome yang dikembangkan oleh Ian Mobbs, dan fitur utamanya adalah "Listen to KVRX with the click of a button!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi KVRX Livestream

Unduh file ekstensi KVRX Livestream 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

                        Struggle with .PLS files on a Mac, or don't want to keep a tab open on a PC? Now, you can listen to KVRX through a simple Chrome extension. Just install and press "Listen Now" to hear your favorite independent music authority.                    

Informasi Dasar Ekstensi

Nama KVRX Livestream KVRX Livestream
ID oebohfmoakpighofinngopmedfmdbpdh
URL Resmi https://chromewebstore.google.com/detail/kvrx-livestream/oebohfmoakpighofinngopmedfmdbpdh
Deskripsi Listen to KVRX with the click of a button!
Ukuran File 336 KB
Jumlah Instalasi 173
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2016-09-16
Tanggal Publikasi 2016-09-16
Penilaian 4.25/5 Total 8 Penilaian
Pengembang Ian Mobbs
Tipe Pembayaran free
Situs Ekstensi http://www.ianmobbs.com/projects/6/
URL Halaman Bantuan http://www.ianmobbs.com/projects/6/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KVRX Livestream",
    "short_name": "KVRX",
    "description": "Listen to KVRX with the click of a button!",
    "version": "0.0.5",
    "permissions": [
        "http:\/\/kvrx.org\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    }
}