SyncVid.io

Watch YouTube videos in sync with anyone in the world!

什麼是SyncVid.io?

SyncVid.io是由SyncVid.io開發的Chrome擴展程式,該擴展的主要功能是“Watch YouTube videos in sync with anyone in the world!”。

擴展截圖

screenshot
screenshot
screenshot

下載SyncVid.io擴展crx文件

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

擴展使用說明

                        SyncVid.io is a chrome extension that allows users to watch the same video at the exact same time.

Enjoy your favourite YouTube shows at the same time with your friends as if you were all in the same room.                    

擴展基本資訊

名稱 SyncVid.io SyncVid.io
ID kdgdidgfefchohbelnganeiidabbmfbn
官方網址 https://chrome.google.com/webstore/detail/syncvidio/kdgdidgfefchohbelnganeiidabbmfbn
簡介 Watch YouTube videos in sync with anyone in the world!
檔案大小 703 KB
安裝次數 162
目前版本 1.0.2
更新時間 2019-03-08
上架時間 2019-03-08
評分 3.00/5 共 2 次評分
開發者 SyncVid.io
電子郵箱 [email protected]
付費類型 free
擴展官網 http://syncvid.io
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SyncVid.io",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Watch YouTube videos in sync with anyone in the world!",
    "homepage_url": "http:\/\/syncvid.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "SyncVid.io",
        "default_popup": "src\/browser_action\/main.html"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js",
                "src\/inject\/twilio-common.min.js",
                "src\/inject\/twilio-sync.min.js"
            ]
        }
    ]
}