Netflix Party
Install Netflix Party Plus Chrome extension to watch along with your friends
¿Qué es Netflix Party?
Netflix Party es una extensión de Chrome desarrollada por https://netflixwatchparty.blogspot.com, y su función principal es "Install Netflix Party Plus Chrome extension to watch along with your friends".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Netflix Party
Descarga archivos de extensión Netflix Party en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | mmnbenehknklpbendgmgngeaignppnbe |
URL Oficial | https://chromewebstore.google.com/detail/netflix-party/mmnbenehknklpbendgmgngeaignppnbe |
Descripción | Install Netflix Party Plus Chrome extension to watch along with your friends |
Tamaño del Archivo | 204 KB |
Cantidad de Instalaciones | 652,147 |
Versión Actual | 3.2.0 |
Última Actualización | 2023-12-22 |
Fecha de Publicación | 2020-06-29 |
Calificación | 4.13/5 Total de 358 Calificaciones |
Desarrollador | https://netflixwatchparty.blogspot.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://bingewatchparty.com/privacy-policy |
Idiomas Soportados | 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\/*" ] } |