Online Dance Party

Play Just Dance Now with friends at different locations.

什么是Online Dance Party?

Online Dance Party是由Nick Aquina开发的Chrome扩展程序,该扩展的主要功能是“Play Just Dance Now with friends at different locations.”。

扩展截图

screenshot

下载Online Dance Party扩展crx文件

下载Online Dance Party扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
        ]
    }
}