Online Dance Party

Play Just Dance Now with friends at different locations.

Co je Online Dance Party?

Online Dance Party je rozšíření Chrome vyvinuté Nick Aquina, a jeho hlavní funkcí je „Play Just Dance Now with friends at different locations.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Online Dance Party

Stáhněte si soubory rozšíření Online Dance Party ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Online Dance Party Online Dance Party
ID pjjphlghccmaedekgpalljfcckpjpekl
Oficiální URL https://chromewebstore.google.com/detail/online-dance-party/pjjphlghccmaedekgpalljfcckpjpekl
Popis Play Just Dance Now with friends at different locations.
Velikost souboru 124 KB
Počet instalací 653
Aktuální Verze 1.2.1
Poslední Aktualizace 2021-05-04
Datum Vydání 2021-02-16
Hodnocení 4.43/5 Celkem 7 Hodnocení
Vývojář Nick Aquina
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/fantostisch/OnlineDanceParty
URL Stránky Nápovědy https://github.com/fantostisch/OnlineDanceParty/issues
Podporované Jazyky 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\/*"
        ]
    }
}