Coplay
Synchronizing video play between two peers.
Cos'è Coplay?
Coplay è un'estensione di Chrome sviluppata da Justineo, e la sua funzione principale è "Synchronizing video play between two peers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Coplay
Scarica i file di estensione Coplay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Coplay synchronizes video play between two peers on popular video sites.
Informazioni di Base sull'Estensione
Nome | Coplay |
ID | heolgpojkkeacaokbpolhalhlaidpkkc |
URL Ufficiale | https://chromewebstore.google.com/detail/coplay/heolgpojkkeacaokbpolhalhlaidpkkc |
Descrizione | Synchronizing video play between two peers. |
Dimensione del File | 45.17 KB |
Conteggio Installazioni | 13,133 |
Versione Corrente | 0.6.0 |
Ultimo Aggiornamento | 2020-03-29 |
Data di Pubblicazione | 2020-03-27 |
Valutazione | 3.75/5 Totale 83 Valutazioni |
Sviluppatore | Justineo |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |