KVRX Livestream
Listen to KVRX with the click of a button!
KVRX Livestreamとは何ですか?
KVRX LivestreamはIan Mobbsによって開発されたChromeの拡張機能で、その主な機能は「Listen to KVRX with the click of a button!」です。
拡張機能のスクリーンショット
KVRX Livestream拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | KVRX Livestream |
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" ] } } |