Netflix Party

Netflix party watch together with friends.

Τι είναι το Netflix Party;

Το Netflix Party είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Watch Party, και η κύρια λειτουργία του είναι "Netflix party watch together with friends.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Netflix Party

Λήψη αρχείων επέκτασης Netflix Party σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Netflix Party Netflix Party
ID felcheipcdolkjejhodkggkgjljkipfe
Επίσημο URL https://chromewebstore.google.com/detail/netflix-party/felcheipcdolkjejhodkggkgjljkipfe
Περιγραφή Netflix party watch together with friends.
Μέγεθος Αρχείου 2.61 MB
Αριθμός Εγκαταστάσεων 6,144
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-07-18
Ημερομηνία Δημοσίευσης 2022-09-08
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Watch Party
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1NKXR2ewm5UBUAL6YJvMPDzcF9dAdm11DVDp-UkUluc8/edit?usp=sharing
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}