BingeBox - Watch movies with voice chat

Watch Primevideo and Netflix with friends using built in chat and group voice call.

BingeBox - Watch movies with voice chat là gì?

BingeBox - Watch movies with voice chat là một tiện ích mở rộng Chrome được phát triển bởi https://www.bingebox.live, và tính năng chính của nó là "Watch Primevideo and Netflix with friends using built in chat and group voice call.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BingeBox - Watch movies with voice chat

Tải xuống các tệp mở rộng BingeBox - Watch movies with voice chat 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

                        Watch Movies/Series remotely with friends
---------------------------------------------------------------------
Binge Box is a Chrome extension for watching Prime Video & Netflix remotely with friends , e.g., for movie nights with that long-distance special someone. It synchronises video playback and adds group voice call and chat, gives the feel of theatre.

A new way to watch at home together
-------------------------------------------------------------
Binge Box synchronises video playback, adds group calls and chat to your favourite shows.
Join and use Binge Box to link up with friends and host long distance movie nights and TV watch parties today!

Features
--------------
Sync Movies & Shows in HD.
Always stay precisely in sync when you're watching shows together. Enjoy HD video quality and fast buffering in all of your Binge parties.

🔥 Emojis, GIFs & Stickers🔥 
Built-in emoji, Stickers & GIFs support.

Instant Connect.
Create parties in seconds right on the Netflix.com website to watch thousands of great Netflix shows together with friends.

Group Voice call. 
While the video is playing, users can socialise with other participants through a built-in chat feature that supports both call and text with built-in emojis.

How it works.
----------------------
01. Add BingeBox extension
02. Find a movie or TV show. 
03. Create a Binge party
Choose the name you’d like to use while chatting. Create your Watch Party.
04. Join a Binge Box party 
Invite your friends and Binge Party link with as many people as you want .
Your friends can join by clicking on their link.
05.  Start watching!
Once everyone is ready, enjoy your Binge Party!

Version 0.0.3
=============
* Update color scheme to be more dark ui friendly
* Fix message notfications

Version 0.0.2
=============
* Add Branding and logo to front page

Version 0.0.1
=============
* Add new Mumbai server

Version 0.0.0.6
=============
* Fixed some syncing issues

Version 0.0.0.5
=============
* Fixed reconnecting issue
* Fixed chat alignment on reconnect
Version 0.0.0.4
=============
* Added new message notification when chat window is collapsed
* Fix sync issues
* Update logo                    

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

Tên BingeBox - Watch movies with voice chat BingeBox - Watch movies with voice chat
ID ohjmjimfdapilgepkjpaijnnekcncnon
URL Chính Thức https://chromewebstore.google.com/detail/bingebox-watch-movies-wit/ohjmjimfdapilgepkjpaijnnekcncnon
Mô tả Watch Primevideo and Netflix with friends using built in chat and group voice call.
Kích Thước Tệp 639 KB
Số Lần Cài Đặt 1,212
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2020-07-25
Ngày Phát Hành 2020-07-03
Đánh Giá 4.38/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://www.bingebox.live
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.bingebox.live/
URL Trang Trợ Giúp https://www.bingebox.live/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BingeBox - Watch movies with voice chat",
    "description": "Watch Primevideo and Netflix with friends using built in chat and group voice call.",
    "version": "0.0.6",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.primevideo.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "js\/contentNetflix.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/16.png"
        },
        "default_title": "BingeBox"
    },
    "web_accessible_resources": [
        "img\/PoweredBy_200px-Black_HorizText.png",
        "img\/popkaun-bg.png",
        "img\/minimal.png",
        "img\/minimal-desaturated.svg"
    ]
}