Coplay
Synchronizing video play between two peers.
Apa itu Coplay?
Coplay adalah ekstensi Chrome yang dikembangkan oleh Justineo, dan fitur utamanya adalah "Synchronizing video play between two peers.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Coplay
Unduh file ekstensi Coplay 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
Coplay synchronizes video play between two peers on popular video sites.
Informasi Dasar Ekstensi
Nama | Coplay |
ID | heolgpojkkeacaokbpolhalhlaidpkkc |
URL Resmi | https://chromewebstore.google.com/detail/coplay/heolgpojkkeacaokbpolhalhlaidpkkc |
Deskripsi | Synchronizing video play between two peers. |
Ukuran File | 45.17 KB |
Jumlah Instalasi | 13,133 |
Versi Saat Ini | 0.6.0 |
Terakhir Diperbarui | 2020-03-29 |
Tanggal Publikasi | 2020-03-27 |
Penilaian | 3.75/5 Total 83 Penilaian |
Pengembang | Justineo |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coplay", "description": "Synchronizing video play between two peers.", "version": "0.6.0", "icons": { "128": "coplay.png" }, "permissions": [ "http:\/\/*.youku.com\/*", "https:\/\/*.youku.com\/*", "http:\/\/*.sohu.com\/*", "https:\/\/*.sohu.com\/*", "http:\/\/*.tudou.com\/*", "https:\/\/*.tudou.com\/*", "http:\/\/*.qq.com\/*", "https:\/\/*.qq.com\/*", "http:\/\/*.iqiyi.com\/*", "https:\/\/*.iqiyi.com\/*", "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*", "http:\/\/*.acfun.cn\/*", "https:\/\/*.acfun.cn\/*", "http:\/\/*.bilibili.com\/*", "https:\/\/*.bilibili.com\/*", "http:\/\/*.mgtv.com\/*", "https:\/\/*.mgtv.com\/*", "http:\/\/*.vimeo.com\/*", "https:\/\/*.vimeo.com\/*", "activeTab", "webNavigation", "storage", "tabs" ], "web_accessible_resources": [ "peer.js", "drag.js", "coplay.js", "coplay.css", "coplay.woff" ], "browser_action": { "default_icon": { "128": "coplay.png" } }, "background": { "scripts": [ "main.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true } } |