VideoSync

VideoSync is a browser extension that makes watching videos together easier.

Cos'è VideoSync?

VideoSync è un'estensione di Chrome sviluppata da Rafael Ketsetsides, e la sua funzione principale è "VideoSync is a browser extension that makes watching videos together easier.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione VideoSync

Scarica i file di estensione VideoSync 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

                        VideoSync is a browser extension that makes watching videos together easier. Any modern video player on any website should work with VideoSync. The following websites and video players have been tested with VideoSync:

Netflix
Youtube
Vimeo
Twitter
Plex
JW Player

To watch a video with others on VideoSync, make sure that all parties have the extension installed. Once everyone is in the same room, they can each select the video they want to watch; while it is recommended that everyone use the same video, people can choose to use different streaming providers if they want. Once everyone is ready, the video players will be sync and you can start watching the video at the same time.

Playing, pausing, rewinding, or even changing the playback speed are synchronized. The extension attempts to adjust for latency in order to keep everyone synchronized, but this may cause unexpected skipping, so if you wish to turn it off you can uncheck the "Adjust for latency" checkbox.                    

Informazioni di Base sull'Estensione

Nome VideoSync VideoSync
ID ehppglocncfipbbdoljajkccphahpnfm
URL Ufficiale https://chromewebstore.google.com/detail/videosync/ehppglocncfipbbdoljajkccphahpnfm
Descrizione VideoSync is a browser extension that makes watching videos together easier.
Dimensione del File 34.19 KB
Conteggio Installazioni 122
Versione Corrente 0.0.7
Ultimo Aggiornamento 2020-09-07
Data di Pubblicazione 2020-09-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Rafael Ketsetsides
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rafket/videosync/
URL della Pagina di Aiuto https://github.com/rafket/videosync/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rafael Ketsetsides",
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "VideoSync",
        "default_icon": {
            "16": "img\/3d-glasses_inactive_16.png",
            "32": "img\/3d-glasses_inactive_32.png",
            "64": "img\/3d-glasses_inactive_64.png"
        }
    },
    "icons": {
        "16": "img\/3d-glasses_active_16.png",
        "48": "img\/3d-glasses_active_48.png",
        "128": "img\/3d-glasses_active_128.png"
    },
    "description": "VideoSync is a browser extension that makes watching videos together easier.",
    "manifest_version": 2,
    "name": "VideoSync",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "optional_permissions": [
        ""
    ],
    "version": "0.0.7"
}