Spotify Launcher

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

Hvad er Spotify Launcher?

Spotify Launcher er en Chrome-udvidelse udviklet af https://sergio.cat, og dens hovedfunktion er "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.".

Udvidelsesskærmbilleder

screenshot

Download Spotify Launcher-udvidelses-CRX-fil

Download Spotify Launcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Spotify Launcher Spotify Launcher
ID ijckohcliadaplkahbcfdcahjkchbfcc
Officiel URL https://chromewebstore.google.com/detail/spotify-launcher/ijckohcliadaplkahbcfdcahjkchbfcc
Beskrivelse Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.
Filstørrelse 439 KB
Antal Installationer 502
Nuværende Version 1.2
Senest Opdateret 2015-03-11
Udgivelsesdato 2015-03-11
Bedømmelse 3.00/5 Samlet 4 Bedømmelser
Udvikler https://sergio.cat
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}