Spotify URL Parser

Converts Spotify URLs into URIs and opens them in the Spotify app.

Co je Spotify URL Parser?

Spotify URL Parser je rozšíření Chrome vyvinuté Travis Straub, a jeho hlavní funkcí je „Converts Spotify URLs into URIs and opens them in the Spotify app.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Spotify URL Parser

Stáhněte si soubory rozšíření Spotify URL Parser 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 on a Spotify link wherever it may be, it brings you to the Spotify website, and from there you have to click 4-5 separate times to get the link to open in the desktop app. This extension converts the Spotify URL to the Spotify URI and opens in Spotify automatically. The first time you run the extension, it will ask you where you want to open it, if you select "Spotify" and tell it not to ask you again, Spotify will open automatically when a link is clicked.                    

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

Název Spotify URL Parser Spotify URL Parser
ID ifanbdlamoiiaklibabmofmckkjgfmon
Oficiální URL https://chromewebstore.google.com/detail/spotify-url-parser/ifanbdlamoiiaklibabmofmckkjgfmon
Popis Converts Spotify URLs into URIs and opens them in the Spotify app.
Velikost souboru 10.6 KB
Počet instalací 43
Aktuální Verze 1.0
Poslední Aktualizace 2020-02-02
Datum Vydání 2020-02-01
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Travis Straub
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://tstraub.io
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spotify URL Parser",
    "version": "1.0",
    "description": "Converts Spotify URLs into URIs and opens them in the Spotify app.",
    "icons": {
        "48": "icons\/sup48.png",
        "96": "icons\/sup96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.spotify.com\/*"
            ],
            "js": [
                "SpotifyURLParser.js"
            ]
        }
    ]
}