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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extensions shows you the complete list of the songs that you get in Just Dance game when you subscribe to the Unlimited…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Just Dance songs list (Unlimited Service) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 Just Dance songs list (Unlimited Service) Just Dance songs list (Unlimited Service)
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"
}