Q-music NL

Zet Q-music NL in je browser.

什麼是Q-music NL?

Q-music NL是由wouters_frederik開發的Chrome擴展程式,該擴展的主要功能是“Zet Q-music NL in je browser.”。

擴展截圖

screenshot

下載Q-music NL擴展crx文件

下載Q-music NL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Luister naar Q-music Nederland als browser plugin.                    

擴展基本資訊

名稱 Q-music NL Q-music NL
ID mhobnnhfmhcnomoehjomodcjmcjhfaea
官方網址 https://chromewebstore.google.com/detail/q-music-nl/mhobnnhfmhcnomoehjomodcjmcjhfaea
簡介 Zet Q-music NL in je browser.
檔案大小 35.47 KB
安裝次數 94
目前版本 4.1
更新時間 2019-03-08
上架時間 2019-03-08
評分 1.57/5 共 7 次評分
開發者 wouters_frederik
付費類型 free
擴展官網 http://q-music.nl
說明頁面URL http://q-music.nl/chrome
支援的語言 nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Q-music NL",
    "description": "Zet Q-music NL in je browser.",
    "version": "4.1",
    "icons": {
        "128": "logo_128.png"
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "name": "Click to start Q-music stream",
        "default_icon": "Q.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "back.html"
    },
    "options_page": "options.html"
}