Sync Video for Chrome

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

Was ist Sync Video for Chrome?

Sync Video for Chrome ist eine Chrome-Erweiterung, die von Bas van den Brink entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.".

Erweiterungsscreenshots

screenshot

Sync Video for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sync Video for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Sync Video for Chrome Sync Video for Chrome
ID immalfhndacgkiapmlpciiffofcnmebp
Offizielle URL https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp
Beschreibung Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
Dateigröße 9.64 KB
Installationsanzahl 63
Aktuelle Version 1.0
Letztes Update 2018-12-22
Veröffentlichungsdatum 2018-12-21
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Bas van den Brink
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}