Coplay

Synchronizing video play between two peers.

Wat is Coplay?

Coplay is een Chrome-extensie ontwikkeld door Justineo, en de belangrijkste functie is "Synchronizing video play between two peers.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Coplay

Download Coplay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Coplay synchronizes video play between two peers on popular video sites.                    

Basisinformatie over de Extensie

Naam Coplay Coplay
ID heolgpojkkeacaokbpolhalhlaidpkkc
Officiële URL https://chromewebstore.google.com/detail/coplay/heolgpojkkeacaokbpolhalhlaidpkkc
Beschrijving Synchronizing video play between two peers.
Bestandsgrootte 45.17 KB
Aantal Installaties 13,133
Huidige Versie 0.6.0
Laatst Bijgewerkt 2020-03-29
Publicatiedatum 2020-03-27
Beoordeling 3.75/5 Totaal 83 Beoordelingen
Ontwikkelaar Justineo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
    }
}