Online Dance Party

Play Just Dance Now with friends at different locations.

Online Dance Party क्या है?

Online Dance Party Nick Aquina द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play Just Dance Now with friends at different locations."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Online Dance Party एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Online Dance Party Online Dance Party
ID pjjphlghccmaedekgpalljfcckpjpekl
आधिकारिक URL https://chromewebstore.google.com/detail/online-dance-party/pjjphlghccmaedekgpalljfcckpjpekl
विवरण Play Just Dance Now with friends at different locations.
फ़ाइल का आकार 124 KB
स्थापना संख्या 653
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2021-05-04
प्रकाशन तिथि 2021-02-16
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर Nick Aquina
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/fantostisch/OnlineDanceParty
सहायता पृष्ठ URL https://github.com/fantostisch/OnlineDanceParty/issues
समर्थित भाषाएँ 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\/*"
        ]
    }
}