Online Dance Party
Play Just Dance Now with friends at different locations.
Online Dance Party là gì?
Online Dance Party là một tiện ích mở rộng Chrome được phát triển bởi Nick Aquina, và tính năng chính của nó là "Play Just Dance Now with friends at different locations.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Online Dance Party
Tải xuống các tệp mở rộng Online Dance Party dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pjjphlghccmaedekgpalljfcckpjpekl |
URL Chính Thức | https://chromewebstore.google.com/detail/online-dance-party/pjjphlghccmaedekgpalljfcckpjpekl |
Mô tả | Play Just Dance Now with friends at different locations. |
Kích Thước Tệp | 124 KB |
Số Lần Cài Đặt | 653 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2021-05-04 |
Ngày Phát Hành | 2021-02-16 |
Đánh Giá | 4.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Nick Aquina |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/fantostisch/OnlineDanceParty |
URL Trang Trợ Giúp | https://github.com/fantostisch/OnlineDanceParty/issues |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |