Spotify Player+
Spotify Player+ | A simpler way to control your music.
Spotify Player+คืออะไร?
Spotify Player+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย carlssonk และคุณลักษณะหลักของมันคือ "Spotify Player+ | A simpler way to control your music."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotify Player+
ดาวน์โหลดไฟล์ส่วนขยาย Spotify Player+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
NOTE: This extension only works with premium Spotify accounts.
Tired of switching or tabbing out of your current page just to change a song on the Spotify app, to then realize you have ruined the flow of all your chrome tabs and your valuable time? then Spotify Player+ is for you.
This is a mini player that you can use to play/pause/shuffle/skip tracks and more. After you've installed the extension, you simply just hit the Spotify Player+ icon at the top right corner of your browser to open the mini controller.
Key Features:
• Listen to Music or Podcasts;
• Play/Stop/Shuffle/Repeat tracks;
• Previous/Next tracks;
• Like/Save track;
• Change volume of track;
• Seek 15 seconds Forward/Backward on podcasts; ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | haibeacocpobdaiimnfhjbkiggfacehc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spotify-player+/haibeacocpobdaiimnfhjbkiggfacehc |
| คำอธิบาย | Spotify Player+ | A simpler way to control your music. |
| ขนาดไฟล์ | 54.5 KB |
| จำนวนการติดตั้ง | 1,330 |
| เวอร์ชันปัจจุบัน | 1.2.0 |
| อัปเดตครั้งล่าสุด | 2022-01-12 |
| วันที่เผยแพร่ | 2022-01-12 |
| คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | carlssonk |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Spotify Player+",
"description": "Spotify Player+ | A simpler way to control your music.",
"version": "1.2.0",
"icons": {
"128": ".\/assets\/icon-128.png",
"48": ".\/assets\/icon-48.png",
"16": ".\/assets\/icon-16.png"
},
"action": {
"default_title": "Spotify Player+",
"default_icon": ".\/assets\/icon-128.png",
"default_popup": "index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": ".\/background.bundle.js"
},
"permissions": [
"identity",
"storage"
]
} | |