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文件
下載Netflix Party擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } |