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 |
公式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 |
Eメール | [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\/*" ] } } |