Sync Watch

Watch videos together at the same time!

Cos'è Sync Watch?

Sync Watch è un'estensione di Chrome sviluppata da Semro, e la sua funzione principale è "Watch videos together at the same time!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sync Watch

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

                        SyncWatch allows watch videos with friends at the same time! You can watch movies, anime, lectures together.
Now it is no need to count 1..2..3. Just join to the room and your videos will be synchronized.

Plugin supports: YouTube, Vimeo, Dailymotion, Facebook and other sites with HTML5 video.

How to use:
1. Click on plugin icon.
2. Write your name and room name. (If room is not exist it will be created)
3. Click 'connect'. (First connecting may require 10 seconds)
4. Share name of the room with friends. They must follow this instruction (1-3 steps).
5. Go to the page where video is located.
6. Click 'share' to send link in room.
7. Other in room should open this link.

Leave a feedback! Tell us about bugs, your experience and how to make extension better.

Join community!
Discord: https://discord.gg/7AYpju4
Telegram: https://t.me/syncwatch
GitHub: https://github.com/Semro/syncwatch                    

Informazioni di Base sull'Estensione

Nome Sync Watch Sync Watch
ID ggiafipgeeaaahnjamgpjcgkdpanhddg
URL Ufficiale https://chromewebstore.google.com/detail/sync-watch/ggiafipgeeaaahnjamgpjcgkdpanhddg
Descrizione Watch videos together at the same time!
Dimensione del File 37.57 KB
Conteggio Installazioni 66,092
Versione Corrente 0.500
Ultimo Aggiornamento 2024-03-03
Data di Pubblicazione 2020-03-18
Valutazione 4.44/5 Totale 72 Valutazioni
Sviluppatore Semro
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Semro/syncwatch
URL della Pagina di Aiuto https://github.com/Semro/syncwatch
Lingue Supportate de,en,tr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.500",
    "manifest_version": 3,
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "SyncWatch",
        "default_popup": "popup.html"
    },
    "incognito": "split",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "js\/players\/netflix\/loadNetflix.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/players\/netflix\/netflix.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ]
        }
    ]
}