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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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