Netflix Party
Install Netflix Party Plus Chrome extension to watch along with your friends
Netflix Party란 무엇입니까?
Netflix Party은(는) https://netflixwatchparty.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Install Netflix Party Plus Chrome extension to watch along with your friends"입니다.
확장 프로그램 스크린샷
Netflix Party 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How to Start Netflix Party >>Install Netflix Party chrome extension. >>Open any Netflix video >>Click on the extension icon and Start the Party >>Share the Party link with your friends and ask them to join >>Now watch along with your friends or family Netflix Party Features >>Sync: Click on sync button to match your video timings with all the other party members >>Live Tracking: Get to know the real time video duration of every person in the party >>Profile & Chat: Change your name and avatar to chat with your friends all the time. We are making improvements to our backend, which may lead to occasional interruptions. We appreciate your patience and understanding. Version 2.2.6 changes >>all bugs fixed Version 2.2.5 changes >> chatting Bug Fixes >> Run on other video platform also Version 2.2.2 changes >> Bug Fixes >> Added support for multi streaming sites >> Prime video, Disney plus coming soon
확장 프로그램 기본 정보
이름 | |
ID | mmnbenehknklpbendgmgngeaignppnbe |
공식 URL | https://chromewebstore.google.com/detail/netflix-party/mmnbenehknklpbendgmgngeaignppnbe |
설명 | Install Netflix Party Plus Chrome extension to watch along with your friends |
파일 크기 | 204 KB |
설치 횟수 | 652,147 |
현재 버전 | 3.2.0 |
최근 업데이트 | 2023-12-22 |
출시 날짜 | 2020-06-29 |
평점 | 4.13/5 총 358 개의 평점 |
개발자 | https://netflixwatchparty.blogspot.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://bingewatchparty.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "Install Netflix Party Plus Chrome extension to watch along with your friends", "version": "3.2.0", "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "32.png", "default_title": "__MSG_extName__", "default_popup": "" }, "background": { "page": "background.html", "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "webRequest", "webRequestBlocking" ], "content_scripts": [ { "js": [ "content_script.js" ], "css": [ "common.css" ], "run_at": "document_end", "match_about_blank": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "16.png", "32": "32.png", "128": "128.png" }, "web_accessible_resources": [ "img\/*" ] } |