Open Spotify Desktop App
Automatically opens the Desktop Spotify app for open.spotify.com links.
What is Open Spotify Desktop App?
Open Spotify Desktop App is a Chrome extension developed by thom801, and its main feature is "Automatically opens the Desktop Spotify app for open.spotify.com links.".
Extension Screenshots
Download Open Spotify Desktop App Extension CRX File
Download Open Spotify Desktop App 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 a link to open Spotify on your computer you are normally taken to the website and then have to take a few more steps to open the app. This extension will open the song, album, or playlist in the native app for you instantly.
Extension Basic Information
Name | Open Spotify Desktop App |
ID | ccilmbdijoknlfpepncnebjkiclplhig |
Official URL | https://chromewebstore.google.com/detail/open-spotify-desktop-app/ccilmbdijoknlfpepncnebjkiclplhig |
Description | Automatically opens the Desktop Spotify app for open.spotify.com links. |
File Size | 8.13 KB |
Installation Count | 4,824 |
Current Version | 1.0 |
Last Updated | 2021-01-12 |
Publish Date | 2021-01-12 |
Rating | 4.64/5 Total 11 Ratings |
Developer | thom801 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Spotify Desktop App", "version": "1.0", "description": "Automatically opens the Desktop Spotify app for open.spotify.com links.", "author": "Thom Allen - Twitter @thom801", "manifest_version": 2, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "https:\/\/open.spotify.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "https:\/\/open.spotify.com\/*" ], "js": [ "open-spotify.js" ] } ] } |