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
公式URL 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
Eメール [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"
            ]
        }
    ]
}