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."입니다.
확장 프로그램 스크린샷
Movie Date 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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'" } |