Netflix Party

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

Netflix Party क्या है?

Netflix Party http://netflixparty.live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Host or Join Netflix Watch Party with your friends/family online!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Netflix Party एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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\/*"
        ]
    }
}