Sync Video for Chrome

Chrome extension that automatically creates a Sync Video room of the video you are currently watching.

Sync Video for Chromeคืออะไร?

Sync Video for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bas van den Brink และคุณลักษณะหลักของมันคือ "Chrome extension that automatically creates a Sync Video room of the video you are currently watching."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sync Video for Chrome

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

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

                        Chrome extension that automatically creates a Sync Video room of the video you are currently watching.                    

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

ชื่อ Sync Video for Chrome Sync Video for Chrome
ID immalfhndacgkiapmlpciiffofcnmebp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp
คำอธิบาย Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
ขนาดไฟล์ 9.64 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-12-22
วันที่เผยแพร่ 2018-12-21
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Bas van den Brink
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sync Video for Chrome",
    "description": "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage"
    ]
}