VideoTogether

Watch video together

Hvad er VideoTogether?

VideoTogether er en Chrome-udvidelse udviklet af maggch, og dens hovedfunktion er "Watch video together".

Udvidelsesskærmbilleder

screenshot

Download VideoTogether-udvidelses-CRX-fil

Download VideoTogether-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn VideoTogether VideoTogether
ID dpjiaamadbcfheiamdaamhgpomlkohbn
Officiel URL https://chromewebstore.google.com/detail/videotogether/dpjiaamadbcfheiamdaamhgpomlkohbn
Beskrivelse Watch video together
Filstørrelse 246 KB
Antal Installationer 7,000
Nuværende Version 1.4.74
Senest Opdateret 2023-10-02
Udgivelsesdato 2021-09-09
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler maggch
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://2gether.video/
Hjælpeside-URL https://2gether.video/
Understøttede Sprog 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"
    }
}