SpotiPlonk

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

Apa itu SpotiPlonk?

SpotiPlonk adalah ekstensi Chrome yang dikembangkan oleh patrik.wlund, dan fitur utamanya adalah "Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SpotiPlonk

Unduh file ekstensi SpotiPlonk dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SpotiPlonk SpotiPlonk
ID cfghnhecnihlkmbnoigpnnacpopmalbf
URL Resmi https://chromewebstore.google.com/detail/spotiplonk/cfghnhecnihlkmbnoigpnnacpopmalbf
Deskripsi Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).
Ukuran File 18.87 KB
Jumlah Instalasi 29
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2015-08-04
Tanggal Publikasi 2015-08-04
Penilaian 4.40/5 Total 5 Penilaian
Pengembang patrik.wlund
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}