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) 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Just Dance songs list (Unlimited Service) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |