Netflix Party Pro is now Party Plus

Install PartyFlix's Netflix Party Pro Chrome extension to watch along with your friends

Netflix Party Pro is now Party Plus क्या है?

Netflix Party Pro is now Party Plus Party Plus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Install PartyFlix's Netflix Party Pro Chrome extension to watch along with your friends"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Install NetFlix Party Chrome extension by Party Plus to bing watch your favorite shows and movies together with friends.

How to Start Netflix Watch Party:

-Add Netflix Party extension
-Open a Netflix video
-Pin the extension in the toolbar
-Tap on the extension icon and click on “Start the Party” button
-Share the generated Party link with your friends
-Now watch together with your loved ones

Netflix Party Pro Features
-Watch Together: Stream your favorite shows and movies along with friends
-Image & GIF Sharing: In live chat, share the images & GIFs to enjoy the moments
-Text to Emoji Converter: Convert text into emoji  as you type in the chat
-Dedicated Server: Get smooth experience with premium server

RECENT UPDATES:

Version 3.0.7 changes (August 2022)

-	Improved quality and user experience

Version 3.0.4 changes (January 2022)

-	Fix video playback issues

Version 3.0.3 changes (September 2021)

-	Fix play/pause synchronization issues
- 	Improved quality and user experience

Version 3.0.2 changes (August 2021)

-	Fixes chat related bug
-	Smooth experience with fast response time
-	Improved UI                    

एक्सटेंशन की मूल जानकारी

नाम Netflix Party Pro is now Party Plus Netflix Party Pro is now Party Plus
ID dcfapodepbbgfaimadogodmgniepkiei
आधिकारिक URL https://chromewebstore.google.com/detail/netflix-party-pro-is-now/dcfapodepbbgfaimadogodmgniepkiei
विवरण Install PartyFlix's Netflix Party Pro Chrome extension to watch along with your friends
फ़ाइल का आकार 253 KB
स्थापना संख्या 58,565
वर्तमान संस्करण 3.0.13
अंतिम अपडेट 2023-07-02
प्रकाशन तिथि 2021-09-09
रेटिंग 2.93/5 कुल 27 रेटिंग्स
डेवलपर Party Plus
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.getpartyflix.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "Install PartyFlix's Netflix Party Pro  Chrome extension to watch along with your friends",
    "version": "3.0.13",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon_g.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "js": [
                "common.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "c1.js"
            ],
            "css": [
                "common.css"
            ],
            "run_at": "document_end",
            "match_about_blank": false,
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        "img\/*",
        "mainlogo.png",
        "c2.js"
    ]
}