Linkify: Open Spotify links on desktop app

Open all Spotify links on Spotify's desktop app without any complication using Linkify

Wat is Linkify: Open Spotify links on desktop app?

Linkify: Open Spotify links on desktop app is een Chrome-extensie ontwikkeld door Cift Technology, en de belangrijkste functie is "Open all Spotify links on Spotify's desktop app without any complication using Linkify".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Linkify: Open Spotify links on desktop app

Download Linkify: Open Spotify links on desktop app-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        - 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]                    

Basisinformatie over de Extensie

Naam Linkify: Open Spotify links on desktop app Linkify: Open Spotify links on desktop app
ID oipiijdeipaloeomjpekjopmdimahbph
Officiële URL https://chrome.google.com/webstore/detail/linkify-open-spotify-link/oipiijdeipaloeomjpekjopmdimahbph
Beschrijving Open all Spotify links on Spotify's desktop app without any complication using Linkify
Bestandsgrootte 215 KB
Aantal Installaties 28
Huidige Versie 0.3.23
Laatst Bijgewerkt 2021-02-05
Publicatiedatum 2021-01-11
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Cift Technology
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}