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.                     擴展基本資訊
| 名稱 |  | 
| ID | oebohfmoakpighofinngopmedfmdbpdh | 
| 官方網址 | 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"
        ]
    }
} | |