Online Dance Party
Play Just Dance Now with friends at different locations.
Apa itu Online Dance Party?
Online Dance Party adalah ekstensi Chrome yang dikembangkan oleh Nick Aquina, dan fitur utamanya adalah "Play Just Dance Now with friends at different locations.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Online Dance Party
Unduh file ekstensi Online Dance Party dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | pjjphlghccmaedekgpalljfcckpjpekl |
URL Resmi | https://chromewebstore.google.com/detail/online-dance-party/pjjphlghccmaedekgpalljfcckpjpekl |
Deskripsi | Play Just Dance Now with friends at different locations. |
Ukuran File | 124 KB |
Jumlah Instalasi | 653 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2021-05-04 |
Tanggal Publikasi | 2021-02-16 |
Penilaian | 4.43/5 Total 7 Penilaian |
Pengembang | Nick Aquina |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/fantostisch/OnlineDanceParty |
URL Halaman Bantuan | https://github.com/fantostisch/OnlineDanceParty/issues |
Bahasa yang Didukung | 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\/*" ] } } |