Netflix Party

Netflix party watch together with friends.

Qu'est-ce que Netflix Party ?

Netflix Party est une extension Chrome développée par Watch Party, et sa fonction principale est "Netflix party watch together with friends.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Netflix Party

Téléchargez les fichiers d'extension Netflix Party au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Get this chrome addon to create or host watch parties on Netflix. We made this extension during the pandemic to help people connect with their friends, families or loved ones. Here is how to create Watch party for Netflix

>Install the extension and pin it to your browser
>Visit Netflix website and play any movie or show of your choice.
>Then click on extension icon, it will give an option to create Watch Party.
>Create and share the link with your friends or family. 
>The host will have the control to pause or forward the video which will be replicated for all other party members.

>> Chat functionality on all website 

1.0.1
>> bug fixes                    

Informations de Base sur l'Extension

Nom Netflix Party Netflix Party
ID felcheipcdolkjejhodkggkgjljkipfe
URL Officiel https://chromewebstore.google.com/detail/netflix-party/felcheipcdolkjejhodkggkgjljkipfe
Description Netflix party watch together with friends.
Taille du Fichier 2.61 MB
Nombre d'Installations 6,144
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-07-18
Date de Publication 2022-09-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur Watch Party
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1NKXR2ewm5UBUAL6YJvMPDzcF9dAdm11DVDp-UkUluc8/edit?usp=sharing
Langues Prises en Charge en,tr,es,pt-BR,pt-PT,ru,hi,ta,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Party",
    "version": "1.0.1",
    "description": "Netflix party watch together with friends.",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "16.png",
        "48": "32.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": "128.png",
        "default_popup": "index.html",
        "default_title": "Netflix Party"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/socket.io.js",
                "content\/jquery.min.js",
                "content\/faker.min.js",
                "content\/content.js"
            ]
        }
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "public\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}