Open Spotify Desktop App
Automatically opens the Desktop Spotify app for open.spotify.com links.
Open Spotify Desktop Appคืออะไร?
Open Spotify Desktop App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thom801 และคุณลักษณะหลักของมันคือ "Automatically opens the Desktop Spotify app for open.spotify.com links."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Spotify Desktop App
ดาวน์โหลดไฟล์ส่วนขยาย Open Spotify Desktop App ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you click a link to open Spotify on your computer you are normally taken to the website and then have to take a few more steps to open the app. This extension will open the song, album, or playlist in the native app for you instantly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open Spotify Desktop App |
ID | ccilmbdijoknlfpepncnebjkiclplhig |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-spotify-desktop-app/ccilmbdijoknlfpepncnebjkiclplhig |
คำอธิบาย | Automatically opens the Desktop Spotify app for open.spotify.com links. |
ขนาดไฟล์ | 8.13 KB |
จำนวนการติดตั้ง | 4,824 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-01-12 |
วันที่เผยแพร่ | 2021-01-12 |
คะแนน | 4.64/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | thom801 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Spotify Desktop App", "version": "1.0", "description": "Automatically opens the Desktop Spotify app for open.spotify.com links.", "author": "Thom Allen - Twitter @thom801", "manifest_version": 2, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "https:\/\/open.spotify.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "https:\/\/open.spotify.com\/*" ], "js": [ "open-spotify.js" ] } ] } |