Spotify URL Parser
Converts Spotify URLs into URIs and opens them in the Spotify app.
Cos'è Spotify URL Parser?
Spotify URL Parser è un'estensione di Chrome sviluppata da Travis Straub, e la sua funzione principale è "Converts Spotify URLs into URIs and opens them in the Spotify app.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spotify URL Parser
Scarica i file di estensione Spotify URL Parser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Spotify URL Parser |
ID | ifanbdlamoiiaklibabmofmckkjgfmon |
URL Ufficiale | https://chromewebstore.google.com/detail/spotify-url-parser/ifanbdlamoiiaklibabmofmckkjgfmon |
Descrizione | Converts Spotify URLs into URIs and opens them in the Spotify app. |
Dimensione del File | 10.6 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-02-02 |
Data di Pubblicazione | 2020-02-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Travis Straub |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://tstraub.io |
Lingue Supportate | 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" ] } ] } |