Linkify: Open Spotify links on desktop app
Open all Spotify links on Spotify's desktop app without any complication using Linkify
What is Linkify: Open Spotify links on desktop app?
Linkify: Open Spotify links on desktop app is a Chrome extension developed by Cift Technology, and its main feature is "Open all Spotify links on Spotify's desktop app without any complication using Linkify".
Extension Screenshots
Download Linkify: Open Spotify links on desktop app Extension CRX File
Download Linkify: Open Spotify links on 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
- Linkify opens a new tab in Chrome and you can see your Spotify link in Chrome's search bar.
- You don't need to login into your Spotify account on Chrome to open your music links.
- Very simple to use. You don't need to do anything special. Just click the Spotify link and let the magic work :)
Developed by:
- Ahmet Burcoglu
- Fatih Sipal
- Please rate "Linkify" and contact us at [email protected] Extension Basic Information
| Name | |
| ID | oipiijdeipaloeomjpekjopmdimahbph |
| Official URL | https://chrome.google.com/webstore/detail/linkify-open-spotify-link/oipiijdeipaloeomjpekjopmdimahbph |
| Description | Open all Spotify links on Spotify's desktop app without any complication using Linkify |
| File Size | 215 KB |
| Installation Count | 28 |
| Current Version | 0.3.23 |
| Last Updated | 2021-02-05 |
| Publish Date | 2021-01-11 |
| Rating | 4.67/5 Total 3 Ratings |
| Developer | Cift Technology |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Linkify: Open Spotify links on desktop app",
"version": "0.3.23",
"description": "Open all Spotify links on Spotify's desktop app without any complication using Linkify",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/linkify16.png",
"32": "images\/linkify32.png",
"48": "images\/linkify48.png",
"128": "images\/linkify128.png"
}
},
"icons": {
"16": "images\/linkify16.png",
"32": "images\/linkify32.png",
"48": "images\/linkify48.png",
"128": "images\/linkify128.png"
},
"manifest_version": 2
} | |