Spotify Open In App
Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application
What is Spotify Open In App?
Spotify Open In App is a Chrome extension developed by kampfkeksgeschwader11, and its main feature is "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application".
Download Spotify Open In App Extension CRX File
Download Spotify Open In 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
You are sick of Spotify links opening in the web player? We have the solution!
Extension Basic Information
Name | |
ID | djbmbhjjincdlckokbmdalcnflihkjpa |
Official URL | https://chrome.google.com/webstore/detail/spotify-open-in-app/djbmbhjjincdlckokbmdalcnflihkjpa |
Description | Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application |
File Size | 8.44 KB |
Installation Count | 2,000 |
Current Version | 0.21 |
Last Updated | 2018-07-30 |
Publish Date | 2018-07-30 |
Rating | 4.63/5 Total 8 Ratings |
Developer | kampfkeksgeschwader11 |
[email protected] | |
Payment Type | free |
Extension Website | https://kampfkeksgeschwader.wixsite.com/spotifyopeninapp |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Open In App", "version": "0.21", "description": "Extension to get rid of the Spotify web player and open clicked links directly in the Spotify Desktop application", "manifest_version": 2, "icons": { "16": "SpotifyOpenInApp16.png", "48": "SpotifyOpenInApp48.png", "128": "SpotifyOpenInApp128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |