VideoSync

VideoSync is a browser extension that makes watching videos together easier.

VideoSync là gì?

VideoSync là một tiện ích mở rộng Chrome được phát triển bởi Rafael Ketsetsides, và tính năng chính của nó là "VideoSync is a browser extension that makes watching videos together easier.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng VideoSync 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

                        VideoSync is a browser extension that makes watching videos together easier. Any modern video player on any website should work with VideoSync. The following websites and video players have been tested with VideoSync:

Netflix
Youtube
Vimeo
Twitter
Plex
JW Player

To watch a video with others on VideoSync, make sure that all parties have the extension installed. Once everyone is in the same room, they can each select the video they want to watch; while it is recommended that everyone use the same video, people can choose to use different streaming providers if they want. Once everyone is ready, the video players will be sync and you can start watching the video at the same time.

Playing, pausing, rewinding, or even changing the playback speed are synchronized. The extension attempts to adjust for latency in order to keep everyone synchronized, but this may cause unexpected skipping, so if you wish to turn it off you can uncheck the "Adjust for latency" checkbox.                    

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

Tên VideoSync VideoSync
ID ehppglocncfipbbdoljajkccphahpnfm
URL Chính Thức https://chromewebstore.google.com/detail/videosync/ehppglocncfipbbdoljajkccphahpnfm
Mô tả VideoSync is a browser extension that makes watching videos together easier.
Kích Thước Tệp 34.19 KB
Số Lần Cài Đặt 122
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2020-09-07
Ngày Phát Hành 2020-09-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Rafael Ketsetsides
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rafket/videosync/
URL Trang Trợ Giúp https://github.com/rafket/videosync/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rafael Ketsetsides",
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "VideoSync",
        "default_icon": {
            "16": "img\/3d-glasses_inactive_16.png",
            "32": "img\/3d-glasses_inactive_32.png",
            "64": "img\/3d-glasses_inactive_64.png"
        }
    },
    "icons": {
        "16": "img\/3d-glasses_active_16.png",
        "48": "img\/3d-glasses_active_48.png",
        "128": "img\/3d-glasses_active_128.png"
    },
    "description": "VideoSync is a browser extension that makes watching videos together easier.",
    "manifest_version": 2,
    "name": "VideoSync",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "optional_permissions": [
        ""
    ],
    "version": "0.0.7"
}