VideoTogether

Watch video together

VideoTogether là gì?

VideoTogether là một tiện ích mở rộng Chrome được phát triển bởi maggch, và tính năng chính của nó là "Watch video together".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VideoTogether

Tải xuống các tệp mở rộng VideoTogether dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VideoTogether VideoTogether
ID dpjiaamadbcfheiamdaamhgpomlkohbn
URL Chính Thức https://chromewebstore.google.com/detail/videotogether/dpjiaamadbcfheiamdaamhgpomlkohbn
Mô tả Watch video together
Kích Thước Tệp 246 KB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 1.4.74
Cập Nhật Lần Cuối 2023-10-02
Ngày Phát Hành 2021-09-09
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển maggch
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://2gether.video/
URL Trang Trợ Giúp https://2gether.video/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}