Linkify: Open Spotify links on desktop app

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

Was ist Linkify: Open Spotify links on desktop app?

Linkify: Open Spotify links on desktop app ist eine Chrome-Erweiterung, die von Cift Technology entwickelt wurde, und ihr Hauptmerkmal ist "Open all Spotify links on Spotify's desktop app without any complication using Linkify".

Erweiterungsscreenshots

screenshot
screenshot

Linkify: Open Spotify links on desktop app-Erweiterungs-CRX-Datei herunterladen

Laden Sie Linkify: Open Spotify links on desktop app-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Linkify: Open Spotify links on desktop app Linkify: Open Spotify links on desktop app
ID oipiijdeipaloeomjpekjopmdimahbph
Offizielle URL https://chrome.google.com/webstore/detail/linkify-open-spotify-link/oipiijdeipaloeomjpekjopmdimahbph
Beschreibung Open all Spotify links on Spotify's desktop app without any complication using Linkify
Dateigröße 215 KB
Installationsanzahl 28
Aktuelle Version 0.3.23
Letztes Update 2021-02-05
Veröffentlichungsdatum 2021-01-11
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler Cift Technology
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}