SpotiPlonk

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

Hvad er SpotiPlonk?

SpotiPlonk er en Chrome-udvidelse udviklet af patrik.wlund, og dens hovedfunktion er "Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).".

Udvidelsesskærmbilleder

screenshot

Download SpotiPlonk-udvidelses-CRX-fil

Download SpotiPlonk-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SpotiPlonk SpotiPlonk
ID cfghnhecnihlkmbnoigpnnacpopmalbf
Officiel URL https://chromewebstore.google.com/detail/spotiplonk/cfghnhecnihlkmbnoigpnnacpopmalbf
Beskrivelse Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).
Filstørrelse 18.87 KB
Antal Installationer 29
Nuværende Version 1.0.6
Senest Opdateret 2015-08-04
Udgivelsesdato 2015-08-04
Bedømmelse 4.40/5 Samlet 5 Bedømmelser
Udvikler patrik.wlund
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}