Linkify: Open Spotify links on desktop app
Open all Spotify links on Spotify's desktop app without any complication using Linkify
Qu'est-ce que Linkify: Open Spotify links on desktop app ?
Linkify: Open Spotify links on desktop app est une extension Chrome développée par Cift Technology, et sa fonction principale est "Open all Spotify links on Spotify's desktop app without any complication using Linkify".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Linkify: Open Spotify links on desktop app
Téléchargez les fichiers d'extension Linkify: Open Spotify links on desktop app au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
- 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]
Informations de Base sur l'Extension
Nom | |
ID | oipiijdeipaloeomjpekjopmdimahbph |
URL Officiel | 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 |
Taille du Fichier | 215 KB |
Nombre d'Installations | 28 |
Version Actuelle | 0.3.23 |
Dernière Mise à Jour | 2021-02-05 |
Date de Publication | 2021-01-11 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | Cift Technology |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |