VideoTogether

Watch video together

VideoTogetherとは何ですか?

VideoTogetherはmaggchによって開発されたChromeの拡張機能で、その主な機能は「Watch video together」です。

拡張機能のスクリーンショット

screenshot

VideoTogether拡張機能のCRXファイルをダウンロード

VideoTogether拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Watch videos together with your friends.

Compatible with all online video platforms.

Supports all devices and operating systems

Visit our website http://2gether.video/ for more details.                    

拡張機能の基本情報

名前 VideoTogether VideoTogether
ID dpjiaamadbcfheiamdaamhgpomlkohbn
公式URL https://chromewebstore.google.com/detail/videotogether/dpjiaamadbcfheiamdaamhgpomlkohbn
説明 Watch video together
ファイルサイズ 246 KB
インストール数 7,000
現在のバージョン 1.4.74
最終更新日 2023-10-02
公開日 2021-09-09
評価 5.00/5 合計 8 レビュー
開発者 maggch
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://2gether.video/
ヘルプページのURL https://2gether.video/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VideoTogether",
    "description": "Watch video together",
    "version": "1.4.74",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension.chrome.user.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "pre.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "preInjected.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "load.en-us.js",
                "load.zh-cn.js",
                "vt.en-us.user.js",
                "vt.zh-cn.user.js",
                "preInjected.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.chrome.js",
        "mode": "module"
    },
    "icons": {
        "192": ".\/icon\/android-icon-192x192.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}