SpotiPlonk

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

O que é SpotiPlonk?

SpotiPlonk é uma extensão do Chrome desenvolvida por patrik.wlund, e sua principal característica é "Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SpotiPlonk

Baixe arquivos de extensão SpotiPlonk no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SpotiPlonk SpotiPlonk
ID cfghnhecnihlkmbnoigpnnacpopmalbf
URL Oficial https://chromewebstore.google.com/detail/spotiplonk/cfghnhecnihlkmbnoigpnnacpopmalbf
Descrição Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).
Tamanho do Arquivo 18.87 KB
Contagem de Instalações 29
Versão Atual 1.0.6
Última Atualização 2015-08-04
Data de Publicação 2015-08-04
Classificação 4.40/5 Total de 5 Avaliações
Desenvolvedor patrik.wlund
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}