KEXP Now Playing

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

KEXP Now Playingとは何ですか?

KEXP Now Playingはhttps://clintmcmahon.comによって開発されたChromeの拡張機能で、その主な機能は「An extension that displays what is currently playing on KEXP.org」です。

拡張機能のスクリーンショット

screenshot
screenshot

KEXP Now Playing拡張機能のCRXファイルをダウンロード

KEXP Now Playing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://clintmcmahon.github.io/kexp-now-playing-extension/
ヘルプページのURL 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"
    }
}