Linkify: Open Spotify links on desktop app
Open all Spotify links on Spotify's desktop app without any complication using Linkify
Hvad er Linkify: Open Spotify links on desktop app?
Linkify: Open Spotify links on desktop app er en Chrome-udvidelse udviklet af Cift Technology, og dens hovedfunktion er "Open all Spotify links on Spotify's desktop app without any complication using Linkify".
Udvidelsesskærmbilleder
Download Linkify: Open Spotify links on desktop app-udvidelses-CRX-fil
Download Linkify: Open Spotify links on desktop app-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
- 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]
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | oipiijdeipaloeomjpekjopmdimahbph |
Officiel URL | https://chrome.google.com/webstore/detail/linkify-open-spotify-link/oipiijdeipaloeomjpekjopmdimahbph |
Beskrivelse | Open all Spotify links on Spotify's desktop app without any complication using Linkify |
Filstørrelse | 215 KB |
Antal Installationer | 28 |
Nuværende Version | 0.3.23 |
Senest Opdateret | 2021-02-05 |
Udgivelsesdato | 2021-01-11 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | Cift Technology |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |