SpotiPlonk

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

What is SpotiPlonk?

SpotiPlonk is a Chrome extension developed by patrik.wlund, and its main feature is "Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).".

Extension Screenshots

screenshot

Download SpotiPlonk Extension CRX File

Download SpotiPlonk extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SpotiPlonk SpotiPlonk
ID cfghnhecnihlkmbnoigpnnacpopmalbf
Official URL https://chromewebstore.google.com/detail/spotiplonk/cfghnhecnihlkmbnoigpnnacpopmalbf
Description Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).
File Size 18.87 KB
Installation Count 29
Current Version 1.0.6
Last Updated 2015-08-04
Publish Date 2015-08-04
Rating 4.40/5 Total 5 Ratings
Developer patrik.wlund
Payment Type free
Supported Languages 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"
        ]
    }
}