VideoTogether

Watch video together

Cos'è VideoTogether?

VideoTogether è un'estensione di Chrome sviluppata da maggch, e la sua funzione principale è "Watch video together".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VideoTogether

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

                        Watch videos together with your friends.

Compatible with all online video platforms.

Supports all devices and operating systems

Visit our website http://2gether.video/ for more details.                    

Informazioni di Base sull'Estensione

Nome VideoTogether VideoTogether
ID dpjiaamadbcfheiamdaamhgpomlkohbn
URL Ufficiale https://chromewebstore.google.com/detail/videotogether/dpjiaamadbcfheiamdaamhgpomlkohbn
Descrizione Watch video together
Dimensione del File 246 KB
Conteggio Installazioni 7,000
Versione Corrente 1.4.74
Ultimo Aggiornamento 2023-10-02
Data di Pubblicazione 2021-09-09
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore maggch
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://2gether.video/
URL della Pagina di Aiuto https://2gether.video/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VideoTogether",
    "description": "Watch video together",
    "version": "1.4.74",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension.chrome.user.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "pre.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "preInjected.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "load.en-us.js",
                "load.zh-cn.js",
                "vt.en-us.user.js",
                "vt.zh-cn.user.js",
                "preInjected.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.chrome.js",
        "mode": "module"
    },
    "icons": {
        "192": ".\/icon\/android-icon-192x192.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}