Movie Date

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

什麼是Movie Date?

Movie Date是由dcep93.apps開發的Chrome擴展程式,該擴展的主要功能是“Syncs videos for people watching the same video at the same time.”。

擴展截圖

screenshot

下載Movie Date擴展crx文件

下載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
官方網址 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'"
}