Online Dance Party
Play Just Dance Now with friends at different locations.
Wat is Online Dance Party?
Online Dance Party is een Chrome-extensie ontwikkeld door Nick Aquina, en de belangrijkste functie is "Play Just Dance Now with friends at different locations.".
Extensie Screenshots
Download het CRX-bestand van de extensie Online Dance Party
Download Online Dance Party-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | pjjphlghccmaedekgpalljfcckpjpekl |
Officiële URL | https://chromewebstore.google.com/detail/online-dance-party/pjjphlghccmaedekgpalljfcckpjpekl |
Beschrijving | Play Just Dance Now with friends at different locations. |
Bestandsgrootte | 124 KB |
Aantal Installaties | 653 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2021-05-04 |
Publicatiedatum | 2021-02-16 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Nick Aquina |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/fantostisch/OnlineDanceParty |
Help Pagina-URL | https://github.com/fantostisch/OnlineDanceParty/issues |
Ondersteunde Talen | 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\/*" ] } } |