Spotify Launcher

Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.

Apa itu Spotify Launcher?

Spotify Launcher adalah ekstensi Chrome yang dikembangkan oleh https://sergio.cat, dan fitur utamanya adalah "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Spotify Launcher

Unduh file ekstensi Spotify Launcher 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

                                            

Informasi Dasar Ekstensi

Nama Spotify Launcher Spotify Launcher
ID ijckohcliadaplkahbcfdcahjkchbfcc
URL Resmi https://chromewebstore.google.com/detail/spotify-launcher/ijckohcliadaplkahbcfdcahjkchbfcc
Deskripsi Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.
Ukuran File 439 KB
Jumlah Instalasi 502
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-03-11
Tanggal Publikasi 2015-03-11
Penilaian 3.00/5 Total 4 Penilaian
Pengembang https://sergio.cat
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spotify Launcher",
    "description": "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.",
    "version": "1.2",
    "author": {
        "name": "Sergio Cruz",
        "url": "http:\/\/sergio.cat\/"
    },
    "content_scripts": [
        {
            "js": [
                "extension.js"
            ],
            "css": [
                "extension.css"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/play.spotify.com\/*"
            ]
        }
    ]
}