Open Spotify Desktop App

Automatically opens the Desktop Spotify app for open.spotify.com links.

Co je Open Spotify Desktop App?

Open Spotify Desktop App je rozšíření Chrome vyvinuté thom801, a jeho hlavní funkcí je „Automatically opens the Desktop Spotify app for open.spotify.com links.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Open Spotify Desktop App

Stáhněte si soubory rozšíření Open Spotify Desktop App 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í

                        When you click a link to open Spotify on your computer you are normally taken to the website and then have to take a few more steps to open the app. This extension will open the song, album, or playlist in the native app for you instantly.                    

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

Název Open Spotify Desktop App Open Spotify Desktop App
ID ccilmbdijoknlfpepncnebjkiclplhig
Oficiální URL https://chromewebstore.google.com/detail/open-spotify-desktop-app/ccilmbdijoknlfpepncnebjkiclplhig
Popis Automatically opens the Desktop Spotify app for open.spotify.com links.
Velikost souboru 8.13 KB
Počet instalací 4,824
Aktuální Verze 1.0
Poslední Aktualizace 2021-01-12
Datum Vydání 2021-01-12
Hodnocení 4.64/5 Celkem 11 Hodnocení
Vývojář thom801
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Spotify Desktop App",
    "version": "1.0",
    "description": "Automatically opens the Desktop Spotify app for open.spotify.com links.",
    "author": "Thom Allen - Twitter @thom801",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "https:\/\/open.spotify.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "open-spotify.js"
            ]
        }
    ]
}