Teleparty

Watch Netflix, YouTube, Crunchyroll, And More Together In A Sync, Chat Live, And Share The Fun With All In One Teleparty Extension.

Τι είναι το Teleparty;

Το Teleparty είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tele-party.com, και η κύρια λειτουργία του είναι "Watch Netflix, YouTube, Crunchyroll, And More Together In A Sync, Chat Live, And Share The Fun With All In One Teleparty Extension.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Teleparty: Stream Together, Anytime, Anywhere

Introduction:

Welcome to Teleparty, a Chrome extension transforming how you watch your favorite shows and movies with friends online. Dive into a seamless viewing experience today!

How to Install:

1) Visit the Chrome Web Store: Search for Teleparty.
2) Add to Chrome: Click ‘Add to Chrome’ to install Teleparty Extension.
3) Pin the Extension: Pin the Teleparty icon to your browser toolbar for easy access.

How to Use Teleparty Extension:

1) Open a Video Streaming Service: Launch Netflix, YouTube, Max, Crunchyroll Or Any Other Supported Platform.
2) Start a Party: Click on the Teleparty icon and select 'Start the party'.
3) Invite Friends: Share the party link with friends.
4) Enjoy Together: Watch synchronized shows/movies and chat in real-time.

Features:

> Multi-platform Support: Compatible with various supported platforms.
> Synchronized Playback: Ensures everyone watches together.
> Group Chat: Share thoughts with an integrated chat feature.
> HD Streaming: Experience shows and movies in high definition.
> Customizable User Experience: Choose your user icon and nickname.
> Easy Invitation Process: Quick link-sharing for party invitations.

Benefits:

> Connect with Friends: Watch together, no matter the distance.
> Expand Your Horizons: Discover new shows and movies through friends.
> Flexible Viewing: Join or leave a Watch Party anytime.

"Experience the best of synchronized streaming with Teleparty, your go-to Chrome extension for watching videos on supported streaming platforms with friends online. Perfect for long-distance movie nights, extension brings friends and family together virtually for an unparalleled viewing experience. Join thousands of users who are revolutionizing the way we watch TV shows and movies together. Download the extension today and start hosting or joining streaming parties from anywhere!"

Disclaimer:
Teleparty is not affiliated with any official supported platforms listed. All product names, trademarks, and registered trademarks are the property of their respective owners. The use of these names does not imply endorsement. Streaming service subscriptions are required to use this extension.

Don't miss out on the ultimate group streaming experience. Add the extension to Chrome now and start your streaming adventure!                    

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

Όνομα Teleparty Teleparty
ID mcnbfjjgfmgcbljkoaaadoddokbmnlln
Επίσημο URL https://chromewebstore.google.com/detail/teleparty/mcnbfjjgfmgcbljkoaaadoddokbmnlln
Περιγραφή Watch Netflix, YouTube, Crunchyroll, And More Together In A Sync, Chat Live, And Share The Fun With All In One Teleparty Extension.
Μέγεθος Αρχείου 1.36 MB
Αριθμός Εγκαταστάσεων 6,000
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2024-02-18
Ημερομηνία Δημοσίευσης 2023-11-24
Αξιολόγηση 4.90/5 Συνολικά 40 Αξιολογήσεις
Προγραμματιστής https://tele-party.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.tele-party.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.tele-party.com
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "0.0.2",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": ".\/img\/128.png",
        "48": ".\/img\/48.png",
        "32": ".\/img\/32.png",
        "16": ".\/img\/16.png"
    },
    "action": {
        "default_icon": ".\/img\/128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/index.js",
                "content\/contentScript.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*.crunchyroll.com\/*",
                "http:\/\/*.crunchyroll.com\/*"
            ],
            "js": [
                "content\/crunchyrollScript.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.tele-party.com\/*"
            ],
            "js": [
                "teleparty.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/index.js",
                "content\/videoController.js",
                "chat\/index.html",
                "content\/contentScript.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "content\/crunchyrollScript.js"
            ],
            "matches": [
                "https:\/\/*.crunchyroll.com\/*",
                "http:\/\/*.crunchyroll.com\/*"
            ]
        },
        {
            "resources": [
                "teleparty.js"
            ],
            "matches": [
                "https:\/\/www.tele-party.com\/*"
            ]
        }
    ]
}