Online Dance Party
Play Just Dance Now with friends at different locations.
Co to jest Online Dance Party?
Online Dance Party to rozszerzenie Chrome opracowane przez Nick Aquina, a jego główną funkcją jest „Play Just Dance Now with friends at different locations.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Online Dance Party
Pobierz pliki rozszerzeń Online Dance Party w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pjjphlghccmaedekgpalljfcckpjpekl |
Oficjalny URL | https://chromewebstore.google.com/detail/online-dance-party/pjjphlghccmaedekgpalljfcckpjpekl |
Opis | Play Just Dance Now with friends at different locations. |
Rozmiar pliku | 124 KB |
Liczba instalacji | 653 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2021-05-04 |
Data Publikacji | 2021-02-16 |
Ocena | 4.43/5 Łącznie 7 Oceny |
Deweloper | Nick Aquina |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/fantostisch/OnlineDanceParty |
Adres URL Strony Pomocy | https://github.com/fantostisch/OnlineDanceParty/issues |
Obsługiwane Języki | 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\/*" ] } } |