Watch In Sync

Watch movies with your friends synchronously!

Cos'è Watch In Sync?

Watch In Sync è un'estensione di Chrome sviluppata da ozanbaskan7, e la sua funzione principale è "Watch movies with your friends synchronously!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Watch In Sync

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

                        You can watch movies on every page you want with your friends synchronously using this extension! 

Just download the extension with your friends, connect to the same session and go to the web page you want to watch a movie. Click the video frame you want to watch in sync, after clicking when red the frame around the video disappears the sync is on! You can pause and play the video and watch with your friends at the same time.                    

Informazioni di Base sull'Estensione

Nome Watch In Sync Watch In Sync
ID cbcplomcajikifbdopphkbhpkciokcmo
URL Ufficiale https://chromewebstore.google.com/detail/watch-in-sync/cbcplomcajikifbdopphkbhpkciokcmo
Descrizione Watch movies with your friends synchronously!
Dimensione del File 32.25 KB
Conteggio Installazioni 25
Versione Corrente 0.1
Ultimo Aggiornamento 2021-11-01
Data di Pubblicazione 2021-10-31
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore ozanbaskan7
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Watch In Sync",
    "description": "Watch movies with your friends synchronously!",
    "version": "0.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ]
}