SyncVid.io

Watch YouTube videos in sync with anyone in the world!

SyncVid.ioคืออะไร?

SyncVid.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SyncVid.io และคุณลักษณะหลักของมันคือ "Watch YouTube videos in sync with anyone in the world!"

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

screenshot
screenshot
screenshot

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

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

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

                        SyncVid.io is a chrome extension that allows users to watch the same video at the exact same time.

Enjoy your favourite YouTube shows at the same time with your friends as if you were all in the same room.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SyncVid.io SyncVid.io
ID kdgdidgfefchohbelnganeiidabbmfbn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/syncvidio/kdgdidgfefchohbelnganeiidabbmfbn
คำอธิบาย Watch YouTube videos in sync with anyone in the world!
ขนาดไฟล์ 703 KB
จำนวนการติดตั้ง 162
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา SyncVid.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://syncvid.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SyncVid.io",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Watch YouTube videos in sync with anyone in the world!",
    "homepage_url": "http:\/\/syncvid.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "SyncVid.io",
        "default_popup": "src\/browser_action\/main.html"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js",
                "src\/inject\/twilio-common.min.js",
                "src\/inject\/twilio-sync.min.js"
            ]
        }
    ]
}