Spotify Launcher

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

What is Spotify Launcher?

Spotify Launcher is a Chrome extension developed by https://sergio.cat, and its main feature is "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.".

Extension Screenshots

screenshot

Download Spotify Launcher Extension CRX File

Download Spotify Launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Spotify Launcher Spotify Launcher
ID ijckohcliadaplkahbcfdcahjkchbfcc
Official URL https://chromewebstore.google.com/detail/spotify-launcher/ijckohcliadaplkahbcfdcahjkchbfcc
Description Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.
File Size 439 KB
Installation Count 502
Current Version 1.2
Last Updated 2015-03-11
Publish Date 2015-03-11
Rating 3.00/5 Total 4 Ratings
Developer https://sergio.cat
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}