Movie Date
Syncs videos for people watching the same video at the same time.
Qu'est-ce que Movie Date ?
Movie Date est une extension Chrome développée par dcep93.apps, et sa fonction principale est "Syncs videos for people watching the same video at the same time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Movie Date
Téléchargez les fichiers d'extension Movie Date au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Movie Date |
ID | iofdkijmnaoabjndjbichhbllhbbkbde |
URL Officiel | https://chromewebstore.google.com/detail/movie-date/iofdkijmnaoabjndjbichhbllhbbkbde |
Description | Syncs videos for people watching the same video at the same time. |
Taille du Fichier | 124 KB |
Nombre d'Installations | 13 |
Version Actuelle | 5.0.0 |
Dernière Mise à Jour | 2020-05-26 |
Date de Publication | 2020-05-26 |
Développeur | dcep93.apps |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |