Online Dance Party
Play Just Dance Now with friends at different locations.
Online Dance Party란 무엇입니까?
Online Dance Party은(는) Nick Aquina에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play Just Dance Now with friends at different locations."입니다.
확장 프로그램 스크린샷
Online Dance Party 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This browser extensions makes it possible to see the dance screen at multiple locations. This is an alternative to screen sharing, because screen sharing suffers from lag and a low frame rate. An instruction video is available: https://youtu.be/okcAIXpPG9s
확장 프로그램 기본 정보
이름 | |
ID | pjjphlghccmaedekgpalljfcckpjpekl |
공식 URL | https://chromewebstore.google.com/detail/online-dance-party/pjjphlghccmaedekgpalljfcckpjpekl |
설명 | Play Just Dance Now with friends at different locations. |
파일 크기 | 124 KB |
설치 횟수 | 653 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2021-05-04 |
출시 날짜 | 2021-02-16 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | Nick Aquina |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/fantostisch/OnlineDanceParty |
도움말 페이지 URL | https://github.com/fantostisch/OnlineDanceParty/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Online Dance Party", "version": "1.2.1", "description": "Play Just Dance Now with friends at different locations.", "icons": { "48": "img\/icon\/icon-48.png", "96": "img\/icon\/icon-96.png" }, "\/\/ declarativeContent is necessary for Chrome": "", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.justdancenow.com\/*", "storage", "declarativeContent" ], "background": { "page": ".\/relay.html" }, "page_action": { "browser_style": true, "default_icon": { "48": "img\/icon\/icon-48.png", "96": "img\/icon\/icon-96.png", "128": "img\/icon\/icon-128.png" }, "default_title": "Online Dance Party", "default_popup": "popup.html", "show_matches": [ "*:\/\/*.justdancenow.com\/*" ] } } |