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
公式URL 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"
        ]
    }
}