VideoTogether

Watch video together

Apa itu VideoTogether?

VideoTogether adalah ekstensi Chrome yang dikembangkan oleh maggch, dan fitur utamanya adalah "Watch video together".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi VideoTogether

Unduh file ekstensi VideoTogether dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama VideoTogether VideoTogether
ID dpjiaamadbcfheiamdaamhgpomlkohbn
URL Resmi https://chromewebstore.google.com/detail/videotogether/dpjiaamadbcfheiamdaamhgpomlkohbn
Deskripsi Watch video together
Ukuran File 246 KB
Jumlah Instalasi 7,000
Versi Saat Ini 1.4.74
Terakhir Diperbarui 2023-10-02
Tanggal Publikasi 2021-09-09
Penilaian 5.00/5 Total 8 Penilaian
Pengembang maggch
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://2gether.video/
URL Halaman Bantuan https://2gether.video/
Bahasa yang Didukung 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"
    }
}