SpotiPlonk

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

¿Qué es SpotiPlonk?

SpotiPlonk es una extensión de Chrome desarrollada por patrik.wlund, y su función principal es "Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SpotiPlonk

Descarga archivos de extensión SpotiPlonk en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SpotiPlonk SpotiPlonk
ID cfghnhecnihlkmbnoigpnnacpopmalbf
URL Oficial https://chromewebstore.google.com/detail/spotiplonk/cfghnhecnihlkmbnoigpnnacpopmalbf
Descripción Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).
Tamaño del Archivo 18.87 KB
Cantidad de Instalaciones 29
Versión Actual 1.0.6
Última Actualización 2015-08-04
Fecha de Publicación 2015-08-04
Calificación 4.40/5 Total de 5 Calificaciones
Desarrollador patrik.wlund
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}