Netflix Party

Install Netflix Party Plus Chrome extension to watch along with your friends

Wat is Netflix Party?

Netflix Party is een Chrome-extensie ontwikkeld door https://netflixwatchparty.blogspot.com, en de belangrijkste functie is "Install Netflix Party Plus Chrome extension to watch along with your friends".

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

                        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                    

Basisinformatie over de Extensie

Naam Netflix Party Netflix Party
ID mmnbenehknklpbendgmgngeaignppnbe
Officiële URL https://chromewebstore.google.com/detail/netflix-party/mmnbenehknklpbendgmgngeaignppnbe
Beschrijving Install Netflix Party Plus Chrome extension to watch along with your friends
Bestandsgrootte 204 KB
Aantal Installaties 652,147
Huidige Versie 3.2.0
Laatst Bijgewerkt 2023-12-22
Publicatiedatum 2020-06-29
Beoordeling 4.13/5 Totaal 358 Beoordelingen
Ontwikkelaar https://netflixwatchparty.blogspot.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://bingewatchparty.com/privacy-policy
Ondersteunde Talen 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\/*"
    ]
}