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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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/ | 
| عنوان صفحة المساعدة | 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"
        ]
    }
} | |