Online Dance Party

Play Just Dance Now with friends at different locations.

Qu'est-ce que Online Dance Party ?

Online Dance Party est une extension Chrome développée par Nick Aquina, et sa fonction principale est "Play Just Dance Now with friends at different locations.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Online Dance Party

Téléchargez les fichiers d'extension Online Dance Party au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Online Dance Party Online Dance Party
ID pjjphlghccmaedekgpalljfcckpjpekl
URL Officiel https://chromewebstore.google.com/detail/online-dance-party/pjjphlghccmaedekgpalljfcckpjpekl
Description Play Just Dance Now with friends at different locations.
Taille du Fichier 124 KB
Nombre d'Installations 653
Version Actuelle 1.2.1
Dernière Mise à Jour 2021-05-04
Date de Publication 2021-02-16
Évaluation 4.43/5 Total 7 Évaluations
Développeur Nick Aquina
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/fantostisch/OnlineDanceParty
URL de la Page d'Aide https://github.com/fantostisch/OnlineDanceParty/issues
Langues Prises en Charge 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\/*"
        ]
    }
}