Movie Date
Syncs videos for people watching the same video at the same time.
O que é Movie Date?
Movie Date é uma extensão do Chrome desenvolvida por dcep93.apps, e sua principal característica é "Syncs videos for people watching the same video at the same time.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Movie Date
Baixe arquivos de extensão Movie Date no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Movie Date |
ID | iofdkijmnaoabjndjbichhbllhbbkbde |
URL Oficial | https://chromewebstore.google.com/detail/movie-date/iofdkijmnaoabjndjbichhbllhbbkbde |
Descrição | Syncs videos for people watching the same video at the same time. |
Tamanho do Arquivo | 124 KB |
Contagem de Instalações | 13 |
Versão Atual | 5.0.0 |
Última Atualização | 2020-05-26 |
Data de Publicação | 2020-05-26 |
Desenvolvedor | dcep93.apps |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |