SpotiPlonk

Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).

什麼是SpotiPlonk?

SpotiPlonk是由patrik.wlund開發的Chrome擴展程式,該擴展的主要功能是“Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).”。

擴展截圖

screenshot

下載SpotiPlonk擴展crx文件

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

擴展使用說明

                        Please note that in older versions of Spotify, this extensions requires having the "Allow Spotify to be started from the Web" option ticked in the Preferences menu of the Spotify desktop player.

NEW IN VERSION 1.0.6
– Now supports the https-links produced by recent versions of Spotify.

NEW IN VERSION 1.0.5
– If a link is opened from another application, SpotiPlonk returns focus to that other application instead of showing Chrome.                    

擴展基本資訊

名稱 SpotiPlonk SpotiPlonk
ID cfghnhecnihlkmbnoigpnnacpopmalbf
官方網址 https://chromewebstore.google.com/detail/spotiplonk/cfghnhecnihlkmbnoigpnnacpopmalbf
簡介 Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).
檔案大小 18.87 KB
安裝次數 29
目前版本 1.0.6
更新時間 2015-08-04
上架時間 2015-08-04
評分 4.40/5 共 5 次評分
開發者 patrik.wlund
付費類型 free
支援的語言 en,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.6",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "request.js"
        ]
    }
}