Spotify Desktop-ify

Open Spotify URIs/web player links in the desktop app every time

Spotify Desktop-ifyคืออะไร?

Spotify Desktop-ify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://vazbloke.site และคุณลักษณะหลักของมันคือ "Open Spotify URIs/web player links in the desktop app every time"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotify Desktop-ify

ดาวน์โหลดไฟล์ส่วนขยาย Spotify Desktop-ify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This redirects Spotify content links to the Desktop app. Click on any song/playlist link to test

- Doesn't navigate away from the current page
- Auto-closes if opened in a new tab
- Doesn’t autoplay and interrupt your music
- Supports all content types (songs, playlists, concerts, podcasts, users…)
- Can still use open.spotify.com - only redirects direct content link-clicks
- Strips tracking ID in the link - for better privacy

Open source at [ https://github.com/vazbloke/spotify-desktop-ify ]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spotify Desktop-ify Spotify Desktop-ify
ID fkfiaedcopkabchgncnaepbimnknjnah
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/spotify-desktop-ify/fkfiaedcopkabchgncnaepbimnknjnah
คำอธิบาย Open Spotify URIs/web player links in the desktop app every time
ขนาดไฟล์ 16.37 KB
จำนวนการติดตั้ง 834
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2021-11-12
วันที่เผยแพร่ 2020-09-29
คะแนน 4.91/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา http://vazbloke.site
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://vazbloke.site/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spotify Desktop-ify",
    "description": "Open Spotify URIs\/web player links in the desktop app every time",
    "version": "1.1.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/open.spotify.com\/*"
    ],
    "icons": {
        "16": "sd-ify-16.png",
        "48": "sd-ify-48.png",
        "128": "sd-ify-128.png"
    }
}