SpotiPlonk

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

Vad är SpotiPlonk?

SpotiPlonk är en Chrome-tillägg utvecklad av patrik.wlund, och dess huvudfunktion är "Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).".

Tilläggsskärmbilder

screenshot

Ladda ner SpotiPlonk-förlängningens CRX-fil

Ladda ner SpotiPlonk-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn SpotiPlonk SpotiPlonk
ID cfghnhecnihlkmbnoigpnnacpopmalbf
Officiell webbadress https://chromewebstore.google.com/detail/spotiplonk/cfghnhecnihlkmbnoigpnnacpopmalbf
Beskrivning Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).
Filstorlek 18.87 KB
Antal Installationer 29
Aktuell Version 1.0.6
Senast Uppdaterad 2015-08-04
Publiceringsdatum 2015-08-04
Betyg 4.40/5 Totalt 5 Betyg
Utvecklare patrik.wlund
Betalningssätt free
Stödda Språk 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"
        ]
    }
}