Spotify Song Repeat
Spotify repeat song in loop.
Spotify Song Repeatคืออะไร?
Spotify Song Repeat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Spotify repeat song in loop."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotify Song Repeat
ดาวน์โหลดไฟล์ส่วนขยาย Spotify Song Repeat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allow you to enable to play one song in repeat on Spotify.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Spotify Song Repeat |
ID | cppllpjljepgfjocipdjgioinfhbbhap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spotify-song-repeat/cppllpjljepgfjocipdjgioinfhbbhap |
คำอธิบาย | Spotify repeat song in loop. |
ขนาดไฟล์ | 1.12 MB |
จำนวนการติดตั้ง | 255 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-06-10 |
วันที่เผยแพร่ | 2017-06-10 |
คะแนน | 4.11/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Song Repeat", "manifest_version": 2, "version": "1.1", "description": "Spotify repeat song in loop.", "permissions": [ "http:\/\/open.spotify.com\/*", "https:\/\/open.spotify.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/open.spotify.com\/*", "https:\/\/open.spotify.com\/*" ], "js": [ "main.js" ], "run_at": "document_idle" } ], "icons": { "32": "icon.png" }, "browser_action": { "default_icon": "icon.png" } } |