KEXP Now Playing

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

KEXP Now Playing là gì?

KEXP Now Playing là một tiện ích mở rộng Chrome được phát triển bởi https://clintmcmahon.com, và tính năng chính của nó là "An extension that displays what is currently playing on KEXP.org".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng KEXP Now Playing

Tải xuống các tệp mở rộng KEXP Now Playing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KEXP Now Playing KEXP Now Playing
ID kkfjnljpfpmkjbgnmoejneflokjfcncb
URL Chính Thức https://chromewebstore.google.com/detail/kexp-now-playing/kkfjnljpfpmkjbgnmoejneflokjfcncb
Mô tả An extension that displays what is currently playing on KEXP.org
Kích Thước Tệp 360 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-06-17
Ngày Phát Hành 2021-06-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://clintmcmahon.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://clintmcmahon.github.io/kexp-now-playing-extension/
URL Trang Trợ Giúp https://clintmcmahon.github.io/kexp-now-playing-extension/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}