KEXP Now Playing

An extension that displays what is currently playing on KEXP.org

ما هو KEXP Now Playing؟

KEXP Now Playing هو إضافة Chrome تم تطويرها بواسطة https://clintmcmahon.com، والميزة الرئيسية لها هي "An extension that displays what is currently playing on KEXP.org".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة KEXP Now Playing

قم بتنزيل ملفات الامتداد KEXP Now Playing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A browser extension that displays the track, artist and album from the currently playing track on KEXP 90.3 FM in Seattle. Just click on the icon and a window appears to display the album artwork (if available) song, artist and album.

KEXP is a listener-powered radio station out of Seattle Washington and streaming all over the world. Learn more about KEXP and it’s mission at KEXP.org                    

معلومات أساسية عن التمديد

الاسم KEXP Now Playing KEXP Now Playing
ID kkfjnljpfpmkjbgnmoejneflokjfcncb
عنوان URL الرسمي https://chromewebstore.google.com/detail/kexp-now-playing/kkfjnljpfpmkjbgnmoejneflokjfcncb
الوصف An extension that displays what is currently playing on KEXP.org
حجم الملف 360 KB
عدد التثبيتات 48
النسخة الحالية 1.0.1
آخر تحديث 2021-06-17
تاريخ النشر 2021-06-04
تقييم 5.00/5 مجموع تقييمات 2
المطور https://clintmcmahon.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://clintmcmahon.github.io/kexp-now-playing-extension/
عنوان صفحة المساعدة https://clintmcmahon.github.io/kexp-now-playing-extension/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KEXP Now Playing",
    "version": "1.0.1",
    "description": "An extension that displays what is currently playing on KEXP.org",
    "icons": {
        "192": "logo192.png",
        "512": "logo512.png"
    },
    "browser_action": {
        "default_icon": "logo192.png",
        "default_title": "KEXP Now Playing",
        "default_popup": "index.html"
    }
}