Just Dance songs list (Unlimited Service)
This extensions shows you the complete list of the songs that you get in Just Dance game when you subscribe to the Unlimited…
Just Dance songs list (Unlimited Service)คืออะไร?
Just Dance songs list (Unlimited Service) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adrián Arbizu และคุณลักษณะหลักของมันคือ "This extensions shows you the complete list of the songs that you get in Just Dance game when you subscribe to the Unlimited…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Just Dance songs list (Unlimited Service)
ดาวน์โหลดไฟล์ส่วนขยาย Just Dance songs list (Unlimited Service) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extensions shows you the complete list of the songs that you get in Just Dance game when you subscribe to the Unlimited Service. When a new song is added to this service, it will show with a "NEW" tag along the name. You can also filter all the songs to find your favourite ones and play a preview of all songs (30 seconds). JUST DANCE® UNLIMITED is an online streaming service that grants you unlimited exclusive access to an ever-growing catalog of more than 400 of the best Just Dance songs from yesterday, today, and tomorrow. 24 Hour, 1 month, 3 month, and 12 month passes are available. Choose the pass that’s right for you and keep the party going! Share your experience at the Chrome Store and rate Just Dance songs (Unlimited Subscription) extension. Extension made by Adrián Arbizu Donoso (Spain). Framework used: Angular 12.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | njlmbkpmjgfkldhblcclipibdinciioi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/just-dance-songs-list-unl/njlmbkpmjgfkldhblcclipibdinciioi |
คำอธิบาย | This extensions shows you the complete list of the songs that you get in Just Dance game when you subscribe to the Unlimited… |
ขนาดไฟล์ | 299 KB |
จำนวนการติดตั้ง | 760 |
เวอร์ชันปัจจุบัน | 2.6.0 |
อัปเดตครั้งล่าสุด | 2023-09-11 |
วันที่เผยแพร่ | 2020-02-17 |
คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Adrián Arbizu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 3, "name": "Just Dance songs list (Unlimited Service)", "version": "2.6.0", "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "View song list!", "default_popup": "index.html#\/popup" }, "permissions": [ "storage" ], "icons": { "19": "assets\/icon128.png", "38": "assets\/icon128.png", "128": "assets\/icon128.png" }, "short_name": "JDN", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |