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.”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | pjjphlghccmaedekgpalljfcckpjpekl |
官方網址 | 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\/*" ] } } |