SyncVid.io

Watch YouTube videos in sync with anyone in the world!

Was ist SyncVid.io?

SyncVid.io ist eine Chrome-Erweiterung, die von SyncVid.io entwickelt wurde, und ihr Hauptmerkmal ist "Watch YouTube videos in sync with anyone in the world!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

SyncVid.io-Erweiterungs-CRX-Datei herunterladen

Laden Sie SyncVid.io-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SyncVid.io SyncVid.io
ID kdgdidgfefchohbelnganeiidabbmfbn
Offizielle URL https://chrome.google.com/webstore/detail/syncvidio/kdgdidgfefchohbelnganeiidabbmfbn
Beschreibung Watch YouTube videos in sync with anyone in the world!
Dateigröße 703 KB
Installationsanzahl 162
Aktuelle Version 1.0.2
Letztes Update 2019-03-08
Veröffentlichungsdatum 2019-03-08
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler SyncVid.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://syncvid.io
Unterstützte Sprachen 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"
            ]
        }
    ]
}