Netflix Party
Install Netflix Party Plus Chrome extension to watch along with your friends
O que é Netflix Party?
Netflix Party é uma extensão do Chrome desenvolvida por https://netflixwatchparty.blogspot.com, e sua principal característica é "Install Netflix Party Plus Chrome extension to watch along with your friends".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Netflix Party
Baixe arquivos de extensão Netflix Party no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | mmnbenehknklpbendgmgngeaignppnbe |
URL Oficial | https://chromewebstore.google.com/detail/netflix-party/mmnbenehknklpbendgmgngeaignppnbe |
Descrição | Install Netflix Party Plus Chrome extension to watch along with your friends |
Tamanho do Arquivo | 204 KB |
Contagem de Instalações | 652,147 |
Versão Atual | 3.2.0 |
Última Atualização | 2023-12-22 |
Data de Publicação | 2020-06-29 |
Classificação | 4.13/5 Total de 358 Avaliações |
Desenvolvedor | https://netflixwatchparty.blogspot.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://bingewatchparty.com/privacy-policy |
Idiomas Suportados | 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\/*" ] } |