Remotify - a Spotify remote for Chrome
A Spotify remote for your browser so that you don't have to leave your window to control your music playback.
Remotify - a Spotify remote for Chromeคืออะไร?
Remotify - a Spotify remote for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Orion G และคุณลักษณะหลักของมันคือ "A Spotify remote for your browser so that you don't have to leave your window to control your music playback."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remotify - a Spotify remote for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Remotify - a Spotify remote for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A browser remote for Spotify that allows you to control playback without interrupting your browsing experience. This extension can control playback on whatever your active device is, including your computer, phone, smart home device, etc.. Please note that, due to the limitations of Spotify's API, you are unable to manipulate or interact with your Spotify queue beyond viewing it. If I find a workaround for this I will update the extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Remotify - a Spotify remote for Chrome |
ID | hfphhdilhobagdkbgpfeagicnblebflk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/remotify-a-spotify-remote/hfphhdilhobagdkbgpfeagicnblebflk |
คำอธิบาย | A Spotify remote for your browser so that you don't have to leave your window to control your music playback. |
ขนาดไฟล์ | 421 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2023-12-08 |
วันที่เผยแพร่ | 2023-09-06 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Orion G |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remotify - a Spotify remote for Chrome", "description": "A Spotify remote for your browser so that you don't have to leave your window to control your music playback.", "version": "1.0.1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_title": "Remotify", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "identity", "storage" ] } |