VideoSync

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

什麼是VideoSync?

VideoSync是由Rafael Ketsetsides開發的Chrome擴展程式,該擴展的主要功能是“VideoSync is a browser extension that makes watching videos together easier.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載VideoSync擴展crx文件

下載VideoSync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 VideoSync VideoSync
ID ehppglocncfipbbdoljajkccphahpnfm
官方網址 https://chromewebstore.google.com/detail/videosync/ehppglocncfipbbdoljajkccphahpnfm
簡介 VideoSync is a browser extension that makes watching videos together easier.
檔案大小 34.19 KB
安裝次數 122
目前版本 0.0.7
更新時間 2020-09-07
上架時間 2020-09-06
評分 5.00/5 共 1 次評分
開發者 Rafael Ketsetsides
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/rafket/videosync/
說明頁面URL https://github.com/rafket/videosync/issues
支援的語言 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"
}