Teleparty

Stream Netflix, Hulu, HBO Max, Disney Plus, or Hotstar in sync with friends living far away.

Teleparty là gì?

Teleparty là một tiện ích mở rộng Chrome được phát triển bởi http://teleparty.live, và tính năng chính của nó là "Stream Netflix, Hulu, HBO Max, Disney Plus, or Hotstar in sync with friends living far away.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Teleparty

Tải xuống các tệp mở rộng Teleparty dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Teleparty is a free extension that allows you to watch your favorite TV shows and movies online with your friends and family in synchronization. Teleparty extension enables you to choose any TV show or movie from your choice of famous streaming websites like Netflix, HBO Max, Hulu, Disney Plus, or Hotstar and enjoy it together with your loved ones living far away.

Teleparty is a user-friendly tool supporting leading streaming websites, including Netflix, Hotstar, Disney+, HBO Max, and Hulu. Hence, it is an all-inclusive destination to watch movies and shows in sync and connect with friends worldwide.


FEATURES:-

> Host virtual watch parties & stream movies, TV shows & videos in sync with anyone from around the globe.
> Create virtual movie nights & stream via Netflix, Hotstar, Hulu, HBO Max, & Disney+.
> Use the group chat feature while streaming videos.
> Have the complete control & remote of the virtual watch party as the host.
> Enjoy HD streaming with quick buffering.
> Create your profile & customize the user icon with inbuilt Avatars.

How to use Teleparty?

Stream any TV show or movies from your favorite streaming websites in sync with friends within a few simple steps - 

How to create a watch party?
 
> Sign in to your preferred streaming website.
> Start the video you want to enjoy with friends.
> Click on the TP button from the toolbar and then click on “Select the party.”
> Copy & share the URL with the friends you want in the watch party.

How to join a watch party?

> Log in to the specific streaming website.
> Open the Teleparty URL. (Install and enable the extension if you haven't already)
> Enjoy the virtual watch party.

Supported streaming websites by Teleparty:-

Teleparty extension supports the following streaming websites:

> Netflix Watch Party: Stream Netflix with friends online in sync with different locations around the world.

> HBO Max Watch Party: Host virtual watch parties on HBO Max and watch with friends from anywhere in sync.

> Disney Plus Watch Party:  Teleparty lets you stream thousands of Disney shows in perfect sync and enjoy together.

> Hotstar Party: Watch your choice of Hotstar shows with your loved ones living far away in sync.

> Hulu Watch Party: Stream and enjoy your favorite shows from Hulu and watch with friends around the globe.


Support:-

Please contact us at “[email protected]” with any questions, comments, or suggestions.
You agree and acknowledge that you have read the Teleparty Privacy Policy (https://www.teleparty.live/privacy) by installing the Teleparty extension.

Disclaimer:-

Teleparty extension uses Google Analytics to collect extension usage statistics that help improve user experience. However, if you wish to disable Google Analytics tracking, go to http://tools.google.com/dlpage/gaoptout. Aside from that, you can use Adblock Plus or similar ad blocking applications like AdBlock, uBlock, or Adblock Pro to create a filter.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Teleparty Teleparty
ID flddpiffdlibegmclipfcnmaibecaobi
URL Chính Thức https://chrome.google.com/webstore/detail/teleparty/flddpiffdlibegmclipfcnmaibecaobi
Mô tả Stream Netflix, Hulu, HBO Max, Disney Plus, or Hotstar in sync with friends living far away.
Kích Thước Tệp 65.27 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-01-24
Ngày Phát Hành 2021-11-16
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://teleparty.live
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.teleparty.live/
URL Trang Trợ Giúp https://www.teleparty.live/support/
URL Trang Chính Sách Bảo Mật https://www.teleparty.live/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,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,mr,hi,bn,gu,ta,te,ml,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.0.3",
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "web_accessible_resources": [
        "img\/*.svg",
        "web\/*",
        "contentScript.js",
        "join-room.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.join-room.com\/*"
            ],
            "js": [
                "join-room.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.join-room.com\/*"
        ]
    }
}