Online Dance Party
Play Just Dance Now with friends at different locations.
Cos'è Online Dance Party?
Online Dance Party è un'estensione di Chrome sviluppata da Nick Aquina, e la sua funzione principale è "Play Just Dance Now with friends at different locations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Online Dance Party
Scarica i file di estensione Online Dance Party in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | pjjphlghccmaedekgpalljfcckpjpekl |
URL Ufficiale | https://chromewebstore.google.com/detail/online-dance-party/pjjphlghccmaedekgpalljfcckpjpekl |
Descrizione | Play Just Dance Now with friends at different locations. |
Dimensione del File | 124 KB |
Conteggio Installazioni | 653 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2021-05-04 |
Data di Pubblicazione | 2021-02-16 |
Valutazione | 4.43/5 Totale 7 Valutazioni |
Sviluppatore | Nick Aquina |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/fantostisch/OnlineDanceParty |
URL della Pagina di Aiuto | https://github.com/fantostisch/OnlineDanceParty/issues |
Lingue Supportate | 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\/*" ] } } |