Netflix Party

Host or Join Netflix Watch Party with your friends/family online!

什麼是Netflix Party?

Netflix Party是由http://netflixparty.live開發的Chrome擴展程式,該擴展的主要功能是“Host or Join Netflix Watch Party with your friends/family online!”。

擴展截圖

screenshot
screenshot
screenshot

下載Netflix Party擴展crx文件

下載Netflix Party擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Netflix Party Netflix Party
ID bncibciebfeopcomdaknelhcohiidaoe
官方網址 https://chrome.google.com/webstore/detail/netflix-party/bncibciebfeopcomdaknelhcohiidaoe
簡介 Host or Join Netflix Watch Party with your friends/family online!
檔案大小 62.06 KB
安裝次數 20,000
目前版本 0.0.3
更新時間 2022-01-22
上架時間 2021-10-27
評分 5.00/5 共 15 次評分
開發者 http://netflixparty.live
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.netflixparty.live/
說明頁面URL https://www.netflixparty.live/support/
隱私政策頁面URL https://www.netflixparty.live/privacy
支援的語言 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\/*"
        ]
    }
}