Spotify Launcher

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

Vad är Spotify Launcher?

Spotify Launcher är en Chrome-tillägg utvecklad av https://sergio.cat, och dess huvudfunktion är "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.".

Tilläggsskärmbilder

screenshot

Ladda ner Spotify Launcher-förlängningens CRX-fil

Ladda ner Spotify Launcher-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

                                            

Grundläggande Information om Tillägg

Namn Spotify Launcher Spotify Launcher
ID ijckohcliadaplkahbcfdcahjkchbfcc
Officiell webbadress https://chromewebstore.google.com/detail/spotify-launcher/ijckohcliadaplkahbcfdcahjkchbfcc
Beskrivning Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.
Filstorlek 439 KB
Antal Installationer 502
Aktuell Version 1.2
Senast Uppdaterad 2015-03-11
Publiceringsdatum 2015-03-11
Betyg 3.00/5 Totalt 4 Betyg
Utvecklare https://sergio.cat
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}