VideoTogether

Watch video together

VideoTogetherคืออะไร?

VideoTogether เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maggch และคุณลักษณะหลักของมันคือ "Watch video together"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VideoTogether

ดาวน์โหลดไฟล์ส่วนขยาย VideoTogether ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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"
    }
}