Movie Night
An extension to sync your video with friends!
Movie Night란 무엇입니까?
Movie Night은(는) eight.bit.operators에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to sync your video with friends!"입니다.
Movie Night 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
MovieNight allows you to share your Netflix experience with friends and family! By using your unique code, others can join you at the exact same show and time that you're currently watching. We currently support syncing the show and time that you are watching, but more updates are on the way very soon!
확장 프로그램 기본 정보
이름 | |
ID | dfcgmegoaakmgijfjeggbnhlahlkbdff |
공식 URL | https://chrome.google.com/webstore/detail/movie-night/dfcgmegoaakmgijfjeggbnhlahlkbdff |
설명 | An extension to sync your video with friends! |
파일 크기 | 101 KB |
설치 횟수 | 15 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-06-08 |
출시 날짜 | 2018-06-06 |
개발자 | eight.bit.operators |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Movie Night", "version": "1.0", "description": "An extension to sync your video with friends!", "permissions": [ "tabs", "declarativeContent", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "\/ExtensionButton16.png", "32": "\/ExtensionButton16.png", "48": "\/ExtensionButton48.png", "128": "\/ExtensionButton128.png" } }, "icons": { "16": "\/ExtensionButton16.png", "32": "\/ExtensionButton16.png", "48": "\/ExtensionButton48.png", "128": "\/ExtensionButton128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "run_at": "document_idle", "js": [ "firebase-app.js", "firebase-database.js", "seek.min.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "manifest_version": 2 } |