Coplay

Synchronizing video play between two peers.

什么是Coplay?

Coplay是由Justineo开发的Chrome扩展程序,该扩展的主要功能是“Synchronizing video play between two peers.”。

扩展截图

screenshot

下载Coplay扩展crx文件

下载Coplay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Coplay Coplay
ID heolgpojkkeacaokbpolhalhlaidpkkc
官方URL https://chromewebstore.google.com/detail/coplay/heolgpojkkeacaokbpolhalhlaidpkkc
简介 Synchronizing video play between two peers.
文件大小 45.17 KB
安装次数 13,133
当前版本 0.6.0
更新时间 2020-03-29
上架时间 2020-03-27
评分 3.75/5 共83次评分
开发者 Justineo
电子邮箱 [email protected]
付费类型 free
支持的语言 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
    }
}