SyncVid.io

Watch YouTube videos in sync with anyone in the world!

O que é SyncVid.io?

SyncVid.io é uma extensão do Chrome desenvolvida por SyncVid.io, e sua principal característica é "Watch YouTube videos in sync with anyone in the world!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SyncVid.io

Baixe arquivos de extensão SyncVid.io no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SyncVid.io SyncVid.io
ID kdgdidgfefchohbelnganeiidabbmfbn
URL Oficial https://chrome.google.com/webstore/detail/syncvidio/kdgdidgfefchohbelnganeiidabbmfbn
Descrição Watch YouTube videos in sync with anyone in the world!
Tamanho do Arquivo 703 KB
Contagem de Instalações 162
Versão Atual 1.0.2
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor SyncVid.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://syncvid.io
Idiomas Suportados 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"
            ]
        }
    ]
}