Prime Watch Party

Watch Prime video with friends while chatting in perfect sync with Prime Party

Prime Watch Party là gì?

Prime Watch Party là một tiện ích mở rộng Chrome được phát triển bởi http://primewatchparty.com, và tính năng chính của nó là "Watch Prime video with friends while chatting in perfect sync with Prime Party".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Prime Watch Party 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

                        Prime Watch Party is a free tool that allows you to stream shows, and videos on Prime Video online in sync with your friends/family.
 
Overview:-

Prime Watch Party is a free extension that enables users to stream Prime Video in perfect sync with their friends and family living far away. If you live away from your loved ones and miss having a fun movie night or viewing your favorite shows with them, then this extension is your savior! 
 
How to use the Prime Watch Party?
 
The Prime Watch Party extension has been developed to provide you with a seamless streaming experience. You can create and join within a few steps: -
 
> Install - Click on the “Add to Chrome” than, “Add Extension” buttons to install the extension. 
 
> Pin the extension to the toolbar - After installing the extension, you need to open your web browser. Click on the “Extensions” located at the top-right of the screen and pin the extension to your browser’s toolbar. 
 
> Sign in to Prime Video Account - Now, please sign in to your account and play the video you want to watch with your friends online. 
 
> Create Prime Watch Party - If you want to host your virtual party, you should click on the PWP button you pinned at the toolbar to open the Create a Party window. After this, select the “Start the Party” option. It will generate your link. Copy and share this link with everyone who you want to join. 
 
> Join - Install the extension on your device and sign in to your account. Now, click on the link your friend has shared with you. Now you can join and have fun!
 
Features:-
 
The extension comes with various amazing features that you can enjoy for free!
 
> Customize your profile - You can select your favorite avatar to set as your profile icon. In addition, you can also edit and put your profile nickname that will be visible to the other members. 
 
> Group Chat - The extension comes with the chat feature, which allows you to chat with the other participants that makes it more exciting. 
 
> Compatible with many devices - This extension is compatible with all Windows, macOS, and Chromebook laptops or PCs. 
 
> Stream in HD - Stream your favorite shows with your friends and family in premium HD quality. 

Disclaimer:-

Prime Watch Party is in no way affiliated with Amazon.com, Inc or its affiliates.

This extension utilizes Google Analytics to collect extension usage statistics. It helps improve the user-experience. If you want to opt-out of Google Analytics tracking, you can visit http://tools.google.com/dlpage/gaoptout, or you can also set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

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

Tên Prime Watch Party Prime Watch Party
ID hhllgokdpekfchhhiknedpppjhgicfgg
URL Chính Thức https://chrome.google.com/webstore/detail/prime-watch-party/hhllgokdpekfchhhiknedpppjhgicfgg
Mô tả Watch Prime video with friends while chatting in perfect sync with Prime Party
Kích Thước Tệp 72.89 KB
Số Lần Cài Đặt 556
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2022-03-03
Ngày Phát Hành 2021-10-11
Đánh Giá 5.00/5 Tổng số 29 Đánh Giá
Nhà Phát Triển http://primewatchparty.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.primewatchparty.com
URL Trang Trợ Giúp https://www.primewatchparty.com/support/
URL Trang Chính Sách Bảo Mật https://www.primewatchparty.com/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,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,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.5",
    "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\/*"
        ]
    }
}