Online Dance Party
Play Just Dance Now with friends at different locations.
Was ist Online Dance Party?
Online Dance Party ist eine Chrome-Erweiterung, die von Nick Aquina entwickelt wurde, und ihr Hauptmerkmal ist "Play Just Dance Now with friends at different locations.".
Erweiterungsscreenshots
Online Dance Party-Erweiterungs-CRX-Datei herunterladen
Laden Sie Online Dance Party-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | pjjphlghccmaedekgpalljfcckpjpekl |
Offizielle URL | https://chromewebstore.google.com/detail/online-dance-party/pjjphlghccmaedekgpalljfcckpjpekl |
Beschreibung | Play Just Dance Now with friends at different locations. |
Dateigröße | 124 KB |
Installationsanzahl | 653 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2021-05-04 |
Veröffentlichungsdatum | 2021-02-16 |
Bewertung | 4.43/5 Insgesamt 7 Bewertungen |
Entwickler | Nick Aquina |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/fantostisch/OnlineDanceParty |
Hilfeseite URL | https://github.com/fantostisch/OnlineDanceParty/issues |
Unterstützte Sprachen | 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\/*" ] } } |