Open Spotify Desktop
Redirect all valid URL to Spotify Desktop App
Open Spotify Desktopคืออะไร?
Open Spotify Desktop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chimildic และคุณลักษณะหลักของมันคือ "Redirect all valid URL to Spotify Desktop App"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Spotify Desktop
ดาวน์โหลดไฟล์ส่วนขยาย Open Spotify Desktop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you click to link "open.spotify.com", the extension redirects to Spotify Desktop App and closes the tab. For the first redirect, set the "always allow" option so that the redirect will work automatically in the future. Support link to: track, playlist, user, artist, album, show, episode. To disable redirection, disable the extension in the browser. Feedback via GitHub (link in the right block) or Chrome Web Store.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open Spotify Desktop |
ID | pnbnpemckkkiilpamimpoadnfjkchfjo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-spotify-desktop/pnbnpemckkkiilpamimpoadnfjkchfjo |
คำอธิบาย | Redirect all valid URL to Spotify Desktop App |
ขนาดไฟล์ | 61.51 KB |
จำนวนการติดตั้ง | 661 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2021-03-16 |
วันที่เผยแพร่ | 2021-01-07 |
คะแนน | 4.70/5 รวมทั้งหมด 37 คะแนน |
ผู้พัฒนา | Chimildic |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Chimildic/open-spotify-desktop |
URL หน้าช่วยเหลือ | https://github.com/Chimildic/open-spotify-desktop/discussions |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/chimildic-privacy-policy |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "short_name": "__MSG_ext_short_name__", "description": "__MSG_ext_description__", "version": "0.0.5", "manifest_version": 2, "author": "Chimildic", "default_locale": "en", "permissions": [ "storage", "*:\/\/open.spotify.com\/*" ], "background": { "scripts": [ "\/script\/background\/background.js", "\/script\/background\/utils.js", "\/script\/background\/options.js", "\/script\/background\/request.js" ], "persistent": true }, "icons": { "16": "\/logo\/icon16.png", "24": "\/logo\/icon24.png", "32": "\/logo\/icon32.png", "64": "\/logo\/icon64.png", "128": "\/logo\/icon128.png", "256": "\/logo\/icon256.png", "512": "\/logo\/icon512.png" }, "homepage_url": "https:\/\/github.com\/Chimildic\/open-spotify-desktop" } |