Online Dance Party
Play Just Dance Now with friends at different locations.
What is Online Dance Party?
Online Dance Party is a Chrome extension developed by Nick Aquina, and its main feature is "Play Just Dance Now with friends at different locations.".
Extension Screenshots
Download Online Dance Party Extension CRX File
Download Online Dance Party extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | pjjphlghccmaedekgpalljfcckpjpekl |
Official URL | https://chromewebstore.google.com/detail/online-dance-party/pjjphlghccmaedekgpalljfcckpjpekl |
Description | Play Just Dance Now with friends at different locations. |
File Size | 124 KB |
Installation Count | 653 |
Current Version | 1.2.1 |
Last Updated | 2021-05-04 |
Publish Date | 2021-02-16 |
Rating | 4.43/5 Total 7 Ratings |
Developer | Nick Aquina |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/fantostisch/OnlineDanceParty |
Help Page URL | https://github.com/fantostisch/OnlineDanceParty/issues |
Supported Languages | 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\/*" ] } } |