Spotify URL Parser

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

Qu'est-ce que Spotify URL Parser ?

Spotify URL Parser est une extension Chrome développée par Travis Straub, et sa fonction principale est "Converts Spotify URLs into URIs and opens them in the Spotify app.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Spotify URL Parser

Téléchargez les fichiers d'extension Spotify URL Parser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Spotify URL Parser Spotify URL Parser
ID ifanbdlamoiiaklibabmofmckkjgfmon
URL Officiel https://chromewebstore.google.com/detail/spotify-url-parser/ifanbdlamoiiaklibabmofmckkjgfmon
Description Converts Spotify URLs into URIs and opens them in the Spotify app.
Taille du Fichier 10.6 KB
Nombre d'Installations 43
Version Actuelle 1.0
Dernière Mise à Jour 2020-02-02
Date de Publication 2020-02-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur Travis Straub
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tstraub.io
Langues Prises en Charge 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"
            ]
        }
    ]
}