Movie Date

Syncs videos for people watching the same video at the same time.

Movie Dateคืออะไร?

Movie Date เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dcep93.apps และคุณลักษณะหลักของมันคือ "Syncs videos for people watching the same video at the same time."

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

screenshot

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

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

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

                        Users should open the same video on the same service (youtube, netflix, or local file), then click the "Movie Date" icon to begin a session. Your peers' progress should be displayed, and you can sync your own progress to match you peer!                    

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

ชื่อ Movie Date Movie Date
ID iofdkijmnaoabjndjbichhbllhbbkbde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/movie-date/iofdkijmnaoabjndjbichhbllhbbkbde
คำอธิบาย Syncs videos for people watching the same video at the same time.
ขนาดไฟล์ 124 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 5.0.0
อัปเดตครั้งล่าสุด 2020-05-26
วันที่เผยแพร่ 2020-05-26
ผู้พัฒนา dcep93.apps
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Movie Date",
    "description": "Syncs videos for people watching the same video at the same time.",
    "version": "5.0.0",
    "icons": {
        "16": "moviedate.png",
        "48": "moviedate.png",
        "128": "moviedate_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dropbox.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.netflix.com\/*",
                "http:\/\/www.vh1.com\/*",
                "https:\/\/www.vh1.com\/*",
                "http:\/\/dcep93.github.io\/",
                "https:\/\/dcep93.github.io\/",
                "file:\/\/\/*"
            ],
            "js": [
                "content_script.js",
                "content_script_subtitle_parser.js",
                "content_script_firebase.js",
                "content_script_inject.js",
                "determine_time.js",
                "firebase\/firebase-app.js",
                "firebase\/firebase-database.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "moviedate.png"
    },
    "web_accessible_resources": [
        "inject_netflix.js"
    ],
    "permissions": [
        "identity",
        "identity.email"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com; object-src 'self'"
}