Spotify URL Parser
Converts Spotify URLs into URIs and opens them in the Spotify app.
Was ist Spotify URL Parser?
Spotify URL Parser ist eine Chrome-Erweiterung, die von Travis Straub entwickelt wurde, und ihr Hauptmerkmal ist "Converts Spotify URLs into URIs and opens them in the Spotify app.".
Erweiterungsscreenshots
Spotify URL Parser-Erweiterungs-CRX-Datei herunterladen
Laden Sie Spotify URL Parser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Spotify URL Parser |
ID | ifanbdlamoiiaklibabmofmckkjgfmon |
Offizielle URL | https://chromewebstore.google.com/detail/spotify-url-parser/ifanbdlamoiiaklibabmofmckkjgfmon |
Beschreibung | Converts Spotify URLs into URIs and opens them in the Spotify app. |
Dateigröße | 10.6 KB |
Installationsanzahl | 43 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-02-02 |
Veröffentlichungsdatum | 2020-02-01 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Travis Straub |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://tstraub.io |
Unterstützte Sprachen | 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" ] } ] } |