Linkify: Open Spotify links on desktop app

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

ما هو Linkify: Open Spotify links on desktop app؟

Linkify: Open Spotify links on desktop app هو إضافة Chrome تم تطويرها بواسطة Cift Technology، والميزة الرئيسية لها هي "Open all Spotify links on Spotify's desktop app without any complication using Linkify".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Linkify: Open Spotify links on desktop app

قم بتنزيل ملفات الامتداد Linkify: Open Spotify links on desktop app بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Linkify: Open Spotify links on desktop app Linkify: Open Spotify links on desktop app
ID oipiijdeipaloeomjpekjopmdimahbph
عنوان URL الرسمي https://chrome.google.com/webstore/detail/linkify-open-spotify-link/oipiijdeipaloeomjpekjopmdimahbph
الوصف Open all Spotify links on Spotify's desktop app without any complication using Linkify
حجم الملف 215 KB
عدد التثبيتات 28
النسخة الحالية 0.3.23
آخر تحديث 2021-02-05
تاريخ النشر 2021-01-11
تقييم 4.67/5 مجموع تقييمات 3
المطور Cift Technology
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}