SpotiPlonk

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

Was ist SpotiPlonk?

SpotiPlonk ist eine Chrome-Erweiterung, die von patrik.wlund entwickelt wurde, und ihr Hauptmerkmal ist "Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).".

Erweiterungsscreenshots

screenshot

SpotiPlonk-Erweiterungs-CRX-Datei herunterladen

Laden Sie SpotiPlonk-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SpotiPlonk SpotiPlonk
ID cfghnhecnihlkmbnoigpnnacpopmalbf
Offizielle URL https://chromewebstore.google.com/detail/spotiplonk/cfghnhecnihlkmbnoigpnnacpopmalbf
Beschreibung Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).
Dateigröße 18.87 KB
Installationsanzahl 29
Aktuelle Version 1.0.6
Letztes Update 2015-08-04
Veröffentlichungsdatum 2015-08-04
Bewertung 4.40/5 Insgesamt 5 Bewertungen
Entwickler patrik.wlund
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}