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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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\/*" ] } } |