Spotify URL Parser

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

¿Qué es Spotify URL Parser?

Spotify URL Parser es una extensión de Chrome desarrollada por Travis Straub, y su función principal es "Converts Spotify URLs into URIs and opens them in the Spotify app.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Spotify URL Parser

Descarga archivos de extensión Spotify URL Parser en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Spotify URL Parser Spotify URL Parser
ID ifanbdlamoiiaklibabmofmckkjgfmon
URL Oficial https://chromewebstore.google.com/detail/spotify-url-parser/ifanbdlamoiiaklibabmofmckkjgfmon
Descripción Converts Spotify URLs into URIs and opens them in the Spotify app.
Tamaño del Archivo 10.6 KB
Cantidad de Instalaciones 43
Versión Actual 1.0
Última Actualización 2020-02-02
Fecha de Publicación 2020-02-01
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Travis Straub
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://tstraub.io
Idiomas Soportados 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"
            ]
        }
    ]
}