Spotify Player
A browser extension that streamlines your Spotify listening experience.
Spotify Playerคืออะไร?
Spotify Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย davidnguyen179 และคุณลักษณะหลักของมันคือ "A browser extension that streamlines your Spotify listening experience."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotify Player
ดาวน์โหลดไฟล์ส่วนขยาย Spotify Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Spotit, you can control your music without losing focus or getting distracted by switching to another window. Here are some ways to connect with me and support Spotit: ★ Follow me on Twitter: https://twitter.com/davidnguyen121 ★ Visit our website: https://www.spotit.page/ ★ Support Spotit by donating here: https://paypal.me/davidnguyen179 These are the features that Spotit offers: ★ Play, Pause, Previous, and Next song controls ★ Volume control (using the mouse wheel) ★ Ability to like a song ★ Repeat and Shuffle options ★ Easy copy link to share with friends ★ Option to open the Spotify desktop app Various hot keys for quick actions: ★ Space: Pause/Play ★ Arrow Right: Next song ★ Arrow Left: Previous song ★ Arrow Down: Volume down ★ Arrow Up: Volume up ★ M: Mute/Unmute ★ S: Add to liked songs/Remove from liked songs ★ R: Repeat ★ H: Turn on / off shuffle (only available in bigger UI) ★ C: Copy song url
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spotify Player |
ID | bhdjjppbnlpjpeicimhemencfgjeldoa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spotify-player/bhdjjppbnlpjpeicimhemencfgjeldoa |
คำอธิบาย | A browser extension that streamlines your Spotify listening experience. |
ขนาดไฟล์ | 1.36 MB |
จำนวนการติดตั้ง | 71,218 |
เวอร์ชันปัจจุบัน | 3.1 |
อัปเดตครั้งล่าสุด | 2023-06-04 |
วันที่เผยแพร่ | 2020-06-30 |
คะแนน | 4.53/5 รวมทั้งหมด 100 คะแนน |
ผู้พัฒนา | davidnguyen179 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.spotit.page/ |
URL หน้าช่วยเหลือ | https://www.spotit.page/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Player", "version": "3.1", "description": "A browser extension that streamlines your Spotify listening experience.", "permissions": [ "contextMenus", "declarativeContent" ], "host_permissions": [ "*:\/\/*.spotify.com\/" ], "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/spotify-mini-player-16.png", "48": "images\/spotify-mini-player-48.png", "128": "images\/spotify-mini-player-128.png" }, "default_title": "Spotify Extension", "default_popup": "popup.html" }, "icons": { "16": "images\/spotify-mini-player-16.png", "48": "images\/spotify-mini-player-48.png", "128": "images\/spotify-mini-player-128.png" }, "homepage_url": "https:\/\/www.spotit.page\/", "author": "[email protected]" } |