Online Dance Party
Play Just Dance Now with friends at different locations.
Vad är Online Dance Party?
Online Dance Party är en Chrome-tillägg utvecklad av Nick Aquina, och dess huvudfunktion är "Play Just Dance Now with friends at different locations.".
Tilläggsskärmbilder
Ladda ner Online Dance Party-förlängningens CRX-fil
Ladda ner Online Dance Party-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | pjjphlghccmaedekgpalljfcckpjpekl |
Officiell webbadress | https://chromewebstore.google.com/detail/online-dance-party/pjjphlghccmaedekgpalljfcckpjpekl |
Beskrivning | Play Just Dance Now with friends at different locations. |
Filstorlek | 124 KB |
Antal Installationer | 653 |
Aktuell Version | 1.2.1 |
Senast Uppdaterad | 2021-05-04 |
Publiceringsdatum | 2021-02-16 |
Betyg | 4.43/5 Totalt 7 Betyg |
Utvecklare | Nick Aquina |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/fantostisch/OnlineDanceParty |
Hjälpsida URL | https://github.com/fantostisch/OnlineDanceParty/issues |
Stödda Språk | 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\/*" ] } } |