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\/*" ] } } |