Spotify URL Parser

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

Wat is Spotify URL Parser?

Spotify URL Parser is een Chrome-extensie ontwikkeld door Travis Straub, en de belangrijkste functie is "Converts Spotify URLs into URIs and opens them in the Spotify app.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Spotify URL Parser

Download Spotify URL Parser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Spotify URL Parser Spotify URL Parser
ID ifanbdlamoiiaklibabmofmckkjgfmon
Officiële URL https://chromewebstore.google.com/detail/spotify-url-parser/ifanbdlamoiiaklibabmofmckkjgfmon
Beschrijving Converts Spotify URLs into URIs and opens them in the Spotify app.
Bestandsgrootte 10.6 KB
Aantal Installaties 43
Huidige Versie 1.0
Laatst Bijgewerkt 2020-02-02
Publicatiedatum 2020-02-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Travis Straub
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tstraub.io
Ondersteunde Talen 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"
            ]
        }
    ]
}