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
电子邮箱 [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"
    }
}