Netflix Party
Host or Join Netflix Watch Party with your friends/family online!
Netflix Party là gì?
Netflix Party là một tiện ích mở rộng Chrome được phát triển bởi http://netflixparty.live, và tính năng chính của nó là "Host or Join Netflix Watch Party with your friends/family online!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Netflix Party
Tải xuống các tệp mở rộng Netflix Party dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Netflix Party enables you to stream Netflix TV shows, movies, and all videos online in perfect sync with your friends and family. Overview:- Netflix Party extension helps you binge-watch Netflix with your long-distance friends and family in perfect sync. Now you can watch your favorite TV shows, movies, series, or any video on Netflix with your friends who are living far away. Not only this, but it also facilitates HD streaming with various other amazing features! How to use Netflix Party:- Netflix party has been developed to help worldwide Netflix fans stream their favorite Netflix shows, movies or videos with their loved ones living far away. You can use the Netflix Party extension within a few simple steps:- > Install Install the extension on your device by clicking on the blue “Add to Chrome” button. Then, select the Add Extension option. The extension will be installed on your device. > Pin the extension to the toolbar Open your web browser and go to the “Extensions” section. Pin the Netflix Party extension on the toolbar. > Netflix Sign In Log in to your Netflix account and search for the video you want to watch with your friends in the Netflix Watch Party. Now, play the video. > Create Netflix Party After playing the video, click on the NP icon located on the Toolbar. Click on the “Start the Party” option to create the Netflix party URL. Copy this URL and share with your friends to invite them to the watch party. Note: if you want to have full control of the Netflix Watch Party, you should keep the “Only I have control” option green. Otherwise, if you do not want to keep full control of the Netflix watch party, you can turn it off. > Join Netflix Party Just click on the Netflix Watch Party link your friend shared with you. Now, you need to install the Netflix Party extension to join the watch party. Features:- Netflix Party extension comes with various unique features, which have been mentioned below:- > Live Group Chat – Add some more fun to your Netflix Watch Party while having a chit chat with your friends during the party. You can also use emojis while chatting. > HD Streaming – The extension enables you to enjoy full HD and smooth Netflix streaming. > Compatible with different devices – The extensions supports various Chromebook, Windows, or macOS devices. > Customize profile - Add a personal touch to your Netflix Party profile with fun avatars and nicknames. > Have Full Control – You can keep full control of the watch party if you are hosting the party. > Global access – You can use the extension all across the globe. Support:- For support, feedback or any other comments, reach us at [email protected]. By installing the extension, you agree and acknowledge that you have readed Netflix Party Privacy Policy (http://www.netflixparty.live/privacy). Disclaimer:- Netflix is a trademark of Netflix, Inc. This application and its developer are no way affiliated with Netflix, Inc. This extension uses Google Analytics to collect extension usage statistics that helps improve user experience. If you want to opt out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout, or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bncibciebfeopcomdaknelhcohiidaoe |
URL Chính Thức | https://chrome.google.com/webstore/detail/netflix-party/bncibciebfeopcomdaknelhcohiidaoe |
Mô tả | Host or Join Netflix Watch Party with your friends/family online! |
Kích Thước Tệp | 62.06 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2022-01-22 |
Ngày Phát Hành | 2021-10-27 |
Đánh Giá | 5.00/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | http://netflixparty.live |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.netflixparty.live/ |
URL Trang Trợ Giúp | https://www.netflixparty.live/support/ |
URL Trang Chính Sách Bảo Mật | https://www.netflixparty.live/privacy |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "0.0.3", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "128.png", "default_title": "Netflix Party", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "128.png", "48": "48.png", "32": "32.png", "16": "16.png" }, "web_accessible_resources": [ "img\/*.svg", "web\/*", "contentScript.js", "content.js", "join-room.js" ], "content_scripts": [ { "matches": [ "https:\/\/www.join-room.com\/*" ], "js": [ "join-room.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.netflix.com\/*", "http:\/\/*.netflix.com\/*" ], "js": [ "contentScript.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/*.join-room.com\/*" ] } } |