SpotiPlonk

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

Cos'è SpotiPlonk?

SpotiPlonk è un'estensione di Chrome sviluppata da patrik.wlund, e la sua funzione principale è "Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SpotiPlonk

Scarica i file di estensione SpotiPlonk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SpotiPlonk SpotiPlonk
ID cfghnhecnihlkmbnoigpnnacpopmalbf
URL Ufficiale https://chromewebstore.google.com/detail/spotiplonk/cfghnhecnihlkmbnoigpnnacpopmalbf
Descrizione Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).
Dimensione del File 18.87 KB
Conteggio Installazioni 29
Versione Corrente 1.0.6
Ultimo Aggiornamento 2015-08-04
Data di Pubblicazione 2015-08-04
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore patrik.wlund
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}