Spotify Launcher

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

Co je Spotify Launcher?

Spotify Launcher je rozšíření Chrome vyvinuté https://sergio.cat, a jeho hlavní funkcí je „Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Spotify Launcher

Stáhněte si soubory rozšíření Spotify Launcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Spotify Launcher Spotify Launcher
ID ijckohcliadaplkahbcfdcahjkchbfcc
Oficiální URL https://chromewebstore.google.com/detail/spotify-launcher/ijckohcliadaplkahbcfdcahjkchbfcc
Popis Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.
Velikost souboru 439 KB
Počet instalací 502
Aktuální Verze 1.2
Poslední Aktualizace 2015-03-11
Datum Vydání 2015-03-11
Hodnocení 3.00/5 Celkem 4 Hodnocení
Vývojář https://sergio.cat
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}