Linkify: Open Spotify links on desktop app
Open all Spotify links on Spotify's desktop app without any complication using Linkify
Vad är Linkify: Open Spotify links on desktop app?
Linkify: Open Spotify links on desktop app är en Chrome-tillägg utvecklad av Cift Technology, och dess huvudfunktion är "Open all Spotify links on Spotify's desktop app without any complication using Linkify".
Tilläggsskärmbilder
Ladda ner Linkify: Open Spotify links on desktop app-förlängningens CRX-fil
Ladda ner Linkify: Open Spotify links on desktop app-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
- 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äggande Information om Tillägg
Namn | |
ID | oipiijdeipaloeomjpekjopmdimahbph |
Officiell webbadress | https://chrome.google.com/webstore/detail/linkify-open-spotify-link/oipiijdeipaloeomjpekjopmdimahbph |
Beskrivning | Open all Spotify links on Spotify's desktop app without any complication using Linkify |
Filstorlek | 215 KB |
Antal Installationer | 28 |
Aktuell Version | 0.3.23 |
Senast Uppdaterad | 2021-02-05 |
Publiceringsdatum | 2021-01-11 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | Cift Technology |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |