Spotify URL Parser
Converts Spotify URLs into URIs and opens them in the Spotify app.
Co to jest Spotify URL Parser?
Spotify URL Parser to rozszerzenie Chrome opracowane przez Travis Straub, a jego główną funkcją jest „Converts Spotify URLs into URIs and opens them in the Spotify app.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Spotify URL Parser
Pobierz pliki rozszerzeń Spotify URL Parser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Spotify URL Parser |
ID | ifanbdlamoiiaklibabmofmckkjgfmon |
Oficjalny URL | https://chromewebstore.google.com/detail/spotify-url-parser/ifanbdlamoiiaklibabmofmckkjgfmon |
Opis | Converts Spotify URLs into URIs and opens them in the Spotify app. |
Rozmiar pliku | 10.6 KB |
Liczba instalacji | 43 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-02-02 |
Data Publikacji | 2020-02-01 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Travis Straub |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://tstraub.io |
Obsługiwane Języki | 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" ] } ] } |