Mini Player for Spotify
Get a mini player for spotify!
Mini Player for Spotifyคืออะไร?
Mini Player for Spotify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Martin Nester และคุณลักษณะหลักของมันคือ "Get a mini player for spotify!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mini Player for Spotify
ดาวน์โหลดไฟล์ส่วนขยาย Mini Player for Spotify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Spotify is a music streaming service the unfortunately doesn't offer a good mini player. With this extension you can get a miniplayer that works and looks great. To setup and use Mini Player for Spotify follow the steps below. 0. Install the Mini Player for Spotify Chrome Extension 1. Navigate to open.spotify.com and login to your account. 2. Install the Chrome Spotify App by pressing the "+" found in the address bar. 3. After installing resize the Spotify window to get the Mini Player or click the miniplayer button in the bottom right. 4. Optional: Right Click and Pin Spotify to taskbar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mjjeebakniihklfggnacbigighgildlo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mini-player-for-spotify/mjjeebakniihklfggnacbigighgildlo |
คำอธิบาย | Get a mini player for spotify! |
ขนาดไฟล์ | 2.91 MB |
จำนวนการติดตั้ง | 34,581 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2021-03-21 |
วันที่เผยแพร่ | 2021-01-28 |
คะแนน | 4.02/5 รวมทั้งหมด 41 คะแนน |
ผู้พัฒนา | Martin Nester |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mini Player for Spotify", "version": "1.1.2", "description": "Get a mini player for spotify!", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png" }, "browser_action": [], "author": "Martin", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "icons\/icon32.png" ], "permissions": [ "storage" ] } |