Sync Video for Chrome

Chrome extension that automatically creates a Sync Video room of the video you are currently watching.

What is Sync Video for Chrome?

Sync Video for Chrome is a Chrome extension developed by Bas van den Brink, and its main feature is "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.".

Extension Screenshots

screenshot

Download Sync Video for Chrome Extension CRX File

Download Sync Video for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome extension that automatically creates a Sync Video room of the video you are currently watching.                    

Extension Basic Information

Name Sync Video for Chrome Sync Video for Chrome
ID immalfhndacgkiapmlpciiffofcnmebp
Official URL https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp
Description Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
File Size 9.64 KB
Installation Count 63
Current Version 1.0
Last Updated 2018-12-22
Publish Date 2018-12-21
Rating 1.00/5 Total 1 Ratings
Developer Bas van den Brink
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sync Video for Chrome",
    "description": "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage"
    ]
}