SpotiPlonk

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

Qu'est-ce que SpotiPlonk ?

SpotiPlonk est une extension Chrome développée par patrik.wlund, et sa fonction principale est "Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SpotiPlonk

Téléchargez les fichiers d'extension SpotiPlonk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SpotiPlonk SpotiPlonk
ID cfghnhecnihlkmbnoigpnnacpopmalbf
URL Officiel https://chromewebstore.google.com/detail/spotiplonk/cfghnhecnihlkmbnoigpnnacpopmalbf
Description Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).
Taille du Fichier 18.87 KB
Nombre d'Installations 29
Version Actuelle 1.0.6
Dernière Mise à Jour 2015-08-04
Date de Publication 2015-08-04
Évaluation 4.40/5 Total 5 Évaluations
Développeur patrik.wlund
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}