Movie Date
Syncs videos for people watching the same video at the same time.
What is Movie Date?
Movie Date is a Chrome extension developed by dcep93.apps, and its main feature is "Syncs videos for people watching the same video at the same time.".
Extension Screenshots
Download Movie Date Extension CRX File
Download Movie Date extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Movie Date |
ID | iofdkijmnaoabjndjbichhbllhbbkbde |
Official URL | https://chromewebstore.google.com/detail/movie-date/iofdkijmnaoabjndjbichhbllhbbkbde |
Description | Syncs videos for people watching the same video at the same time. |
File Size | 124 KB |
Installation Count | 13 |
Current Version | 5.0.0 |
Last Updated | 2020-05-26 |
Publish Date | 2020-05-26 |
Developer | dcep93.apps |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |