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
公式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
Eメール [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'"
}