VideoTogether

Watch video together

Co to jest VideoTogether?

VideoTogether to rozszerzenie Chrome opracowane przez maggch, a jego główną funkcją jest „Watch video together”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia VideoTogether

Pobierz pliki rozszerzeń VideoTogether w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa VideoTogether VideoTogether
ID dpjiaamadbcfheiamdaamhgpomlkohbn
Oficjalny URL https://chromewebstore.google.com/detail/videotogether/dpjiaamadbcfheiamdaamhgpomlkohbn
Opis Watch video together
Rozmiar pliku 246 KB
Liczba instalacji 7,000
Aktualna Wersja 1.4.74
Ostatnia Aktualizacja 2023-10-02
Data Publikacji 2021-09-09
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper maggch
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://2gether.video/
Adres URL Strony Pomocy https://2gether.video/
Obsługiwane Języki 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"
    }
}