Netflix Party

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

Wat is Netflix Party?

Netflix Party is een Chrome-extensie ontwikkeld door http://netflixparty.live, en de belangrijkste functie is "Host or Join Netflix Watch Party with your friends/family online!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Netflix Party

Download Netflix Party-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Netflix Party Netflix Party
ID bncibciebfeopcomdaknelhcohiidaoe
Officiële URL https://chrome.google.com/webstore/detail/netflix-party/bncibciebfeopcomdaknelhcohiidaoe
Beschrijving Host or Join Netflix Watch Party with your friends/family online!
Bestandsgrootte 62.06 KB
Aantal Installaties 20,000
Huidige Versie 0.0.3
Laatst Bijgewerkt 2022-01-22
Publicatiedatum 2021-10-27
Beoordeling 5.00/5 Totaal 15 Beoordelingen
Ontwikkelaar http://netflixparty.live
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.netflixparty.live/
Help Pagina-URL https://www.netflixparty.live/support/
URL van de Privacybeleid Pagina https://www.netflixparty.live/privacy
Ondersteunde Talen 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\/*"
        ]
    }
}