Online Dance Party
Play Just Dance Now with friends at different locations.
¿Qué es Online Dance Party?
Online Dance Party es una extensión de Chrome desarrollada por Nick Aquina, y su función principal es "Play Just Dance Now with friends at different locations.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Online Dance Party
Descarga archivos de extensión Online Dance Party en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | pjjphlghccmaedekgpalljfcckpjpekl |
URL Oficial | https://chromewebstore.google.com/detail/online-dance-party/pjjphlghccmaedekgpalljfcckpjpekl |
Descripción | Play Just Dance Now with friends at different locations. |
Tamaño del Archivo | 124 KB |
Cantidad de Instalaciones | 653 |
Versión Actual | 1.2.1 |
Última Actualización | 2021-05-04 |
Fecha de Publicación | 2021-02-16 |
Calificación | 4.43/5 Total de 7 Calificaciones |
Desarrollador | Nick Aquina |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/fantostisch/OnlineDanceParty |
URL de la Página de Ayuda | https://github.com/fantostisch/OnlineDanceParty/issues |
Idiomas Soportados | 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\/*" ] } } |