SpotiPlonk

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

Wat is SpotiPlonk?

SpotiPlonk is een Chrome-extensie ontwikkeld door patrik.wlund, en de belangrijkste functie is "Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SpotiPlonk

Download SpotiPlonk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SpotiPlonk SpotiPlonk
ID cfghnhecnihlkmbnoigpnnacpopmalbf
Officiële URL https://chromewebstore.google.com/detail/spotiplonk/cfghnhecnihlkmbnoigpnnacpopmalbf
Beschrijving Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).
Bestandsgrootte 18.87 KB
Aantal Installaties 29
Huidige Versie 1.0.6
Laatst Bijgewerkt 2015-08-04
Publicatiedatum 2015-08-04
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar patrik.wlund
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}