SyncVid.io

Watch YouTube videos in sync with anyone in the world!

Cos'è SyncVid.io?

SyncVid.io è un'estensione di Chrome sviluppata da SyncVid.io, e la sua funzione principale è "Watch YouTube videos in sync with anyone in the world!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SyncVid.io

Scarica i file di estensione SyncVid.io in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SyncVid.io SyncVid.io
ID kdgdidgfefchohbelnganeiidabbmfbn
URL Ufficiale https://chrome.google.com/webstore/detail/syncvidio/kdgdidgfefchohbelnganeiidabbmfbn
Descrizione Watch YouTube videos in sync with anyone in the world!
Dimensione del File 703 KB
Conteggio Installazioni 162
Versione Corrente 1.0.2
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore SyncVid.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://syncvid.io
Lingue Supportate 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"
            ]
        }
    ]
}