VideoTogether

Watch video together

ما هو VideoTogether؟

VideoTogether هو إضافة Chrome تم تطويرها بواسطة maggch، والميزة الرئيسية لها هي "Watch video together".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة VideoTogether

قم بتنزيل ملفات الامتداد VideoTogether بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم VideoTogether VideoTogether
ID dpjiaamadbcfheiamdaamhgpomlkohbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/videotogether/dpjiaamadbcfheiamdaamhgpomlkohbn
الوصف Watch video together
حجم الملف 246 KB
عدد التثبيتات 7,000
النسخة الحالية 1.4.74
آخر تحديث 2023-10-02
تاريخ النشر 2021-09-09
تقييم 5.00/5 مجموع تقييمات 8
المطور maggch
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://2gether.video/
عنوان صفحة المساعدة https://2gether.video/
اللغات المدعومة 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"
    }
}