KVRX Livestream
Listen to KVRX with the click of a button!
KVRX Livestreamคืออะไร?
KVRX Livestream เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ian Mobbs และคุณลักษณะหลักของมันคือ "Listen to KVRX with the click of a button!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KVRX Livestream
ดาวน์โหลดไฟล์ส่วนขยาย KVRX Livestream ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        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.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |  | 
| ID | oebohfmoakpighofinngopmedfmdbpdh | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kvrx-livestream/oebohfmoakpighofinngopmedfmdbpdh | 
| คำอธิบาย | Listen to KVRX with the click of a button! | 
| ขนาดไฟล์ | 336 KB | 
| จำนวนการติดตั้ง | 173 | 
| เวอร์ชันปัจจุบัน | 0.0.5 | 
| อัปเดตครั้งล่าสุด | 2016-09-16 | 
| วันที่เผยแพร่ | 2016-09-16 | 
| คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน | 
| ผู้พัฒนา | Ian Mobbs | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | http://www.ianmobbs.com/projects/6/ | 
| URL หน้าช่วยเหลือ | http://www.ianmobbs.com/projects/6/ | 
| ภาษาที่รองรับ | 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"
        ]
    }
} | |