Online Dance Party
Play Just Dance Now with friends at different locations.
Hvad er Online Dance Party?
Online Dance Party er en Chrome-udvidelse udviklet af Nick Aquina, og dens hovedfunktion er "Play Just Dance Now with friends at different locations.".
Udvidelsesskærmbilleder
Download Online Dance Party-udvidelses-CRX-fil
Download Online Dance Party-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | pjjphlghccmaedekgpalljfcckpjpekl |
Officiel URL | https://chromewebstore.google.com/detail/online-dance-party/pjjphlghccmaedekgpalljfcckpjpekl |
Beskrivelse | Play Just Dance Now with friends at different locations. |
Filstørrelse | 124 KB |
Antal Installationer | 653 |
Nuværende Version | 1.2.1 |
Senest Opdateret | 2021-05-04 |
Udgivelsesdato | 2021-02-16 |
Bedømmelse | 4.43/5 Samlet 7 Bedømmelser |
Udvikler | Nick Aquina |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/fantostisch/OnlineDanceParty |
Hjælpeside-URL | https://github.com/fantostisch/OnlineDanceParty/issues |
Understøttede Sprog | 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\/*" ] } } |