Netflix Party
Host or Join Netflix Watch Party with your friends/family online!
Qu'est-ce que Netflix Party ?
Netflix Party est une extension Chrome développée par http://netflixparty.live, et sa fonction principale est "Host or Join Netflix Watch Party with your friends/family online!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Netflix Party
Téléchargez les fichiers d'extension Netflix Party au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bncibciebfeopcomdaknelhcohiidaoe |
URL Officiel | https://chrome.google.com/webstore/detail/netflix-party/bncibciebfeopcomdaknelhcohiidaoe |
Description | Host or Join Netflix Watch Party with your friends/family online! |
Taille du Fichier | 62.06 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2022-01-22 |
Date de Publication | 2021-10-27 |
Évaluation | 5.00/5 Total 15 Évaluations |
Développeur | http://netflixparty.live |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.netflixparty.live/ |
URL de la Page d'Aide | https://www.netflixparty.live/support/ |
URL de la Page de Politique de Confidentialité | https://www.netflixparty.live/privacy |
Langues Prises en Charge | 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\/*" ] } } |