Spotify Launcher

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

Co to jest Spotify Launcher?

Spotify Launcher to rozszerzenie Chrome opracowane przez https://sergio.cat, a jego główną funkcją jest „Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Spotify Launcher

Pobierz pliki rozszerzeń Spotify Launcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Spotify Launcher Spotify Launcher
ID ijckohcliadaplkahbcfdcahjkchbfcc
Oficjalny URL https://chromewebstore.google.com/detail/spotify-launcher/ijckohcliadaplkahbcfdcahjkchbfcc
Opis Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.
Rozmiar pliku 439 KB
Liczba instalacji 502
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-03-11
Data Publikacji 2015-03-11
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper https://sergio.cat
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}