Coplay

Synchronizing video play between two peers.

What is Coplay?

Coplay is a Chrome extension developed by Justineo, and its main feature is "Synchronizing video play between two peers.".

Extension Screenshots

screenshot

Download Coplay Extension CRX File

Download Coplay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Coplay Coplay
ID heolgpojkkeacaokbpolhalhlaidpkkc
Official URL https://chromewebstore.google.com/detail/coplay/heolgpojkkeacaokbpolhalhlaidpkkc
Description Synchronizing video play between two peers.
File Size 45.17 KB
Installation Count 13,133
Current Version 0.6.0
Last Updated 2020-03-29
Publish Date 2020-03-27
Rating 3.75/5 Total 83 Ratings
Developer Justineo
Email [email protected]
Payment Type free
Supported Languages 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
    }
}