Spotify URL Parser
Converts Spotify URLs into URIs and opens them in the Spotify app.
What is Spotify URL Parser?
Spotify URL Parser is a Chrome extension developed by Travis Straub, and its main feature is "Converts Spotify URLs into URIs and opens them in the Spotify app.".
Extension Screenshots
Download Spotify URL Parser Extension CRX File
Download Spotify URL Parser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Spotify URL Parser |
ID | ifanbdlamoiiaklibabmofmckkjgfmon |
Official URL | https://chromewebstore.google.com/detail/spotify-url-parser/ifanbdlamoiiaklibabmofmckkjgfmon |
Description | Converts Spotify URLs into URIs and opens them in the Spotify app. |
File Size | 10.6 KB |
Installation Count | 43 |
Current Version | 1.0 |
Last Updated | 2020-02-02 |
Publish Date | 2020-02-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Travis Straub |
[email protected] | |
Payment Type | free |
Extension Website | https://tstraub.io |
Supported Languages | 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" ] } ] } |