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
Eメール [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
    }
}