Online Dance Party
Play Just Dance Now with friends at different locations.
Online Dance Partyคืออะไร?
Online Dance Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Aquina และคุณลักษณะหลักของมันคือ "Play Just Dance Now with friends at different locations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Online Dance Party
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } } |