Hotstar Party plus

Chat and party with your friends while watching your favorite movie, TV show, IPL and more

Hotstar Party plus là gì?

Hotstar Party plus là một tiện ích mở rộng Chrome được phát triển bởi alanranjith975, và tính năng chính của nó là "Chat and party with your friends while watching your favorite movie, TV show, IPL and more".

Ả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 Hotstar Party plus

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

                        Watching movies, Sports and Live Shows on Hotstar is fun. To make it more interesting watch your favorite show on Hotstar with your loved ones together. To make this possible we introduce you the Hotstar Party Plus extension.

How to use Hotstar Party Plus:
# Install the extension on your device and open the hotstar webpage and Navigate to your favorite show or live matche.
# Click on the HP+(Hotstar Party Plus) extension  icon on the top.
# Click on Start Party and a link will be generated.
# Share the link to your loved ones.
# Any one can join the party by clicking on the url which you shared.

NOTE: Make sure all other people who wants join the party should also have this extension on their device.

 Disney+ Hotstar Platform ("Platform" or the "Disney+ Hotstar Service, which includes all the features available on the Platform is a trademark of The Walt Disney Company") and this extension is not related to the official hotstar app or company. 

Upcoming Features:
#Live video Sync                    

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

Tên Hotstar Party plus Hotstar Party plus
ID dbgeaipmohdmannhcnajneofiiopnpdm
URL Chính Thức https://chromewebstore.google.com/detail/hotstar-party-plus/dbgeaipmohdmannhcnajneofiiopnpdm
Mô tả Chat and party with your friends while watching your favorite movie, TV show, IPL and more
Kích Thước Tệp 87.14 KB
Số Lần Cài Đặt 304
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-03-23
Ngày Phát Hành 2022-03-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển alanranjith975
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://alanranjith.github.io/hpp-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hotstar Party plus",
    "version": "0.1",
    "manifest_version": 3,
    "description": "Chat and party with your friends while watching your favorite movie, TV show, IPL and more",
    "permissions": [
        "activeTab",
        "storage",
        "background"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "hp3.png"
    },
    "icons": {
        "128": "hp3.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hotstar.com\/in*",
                "https:\/\/www.hotstar.com\/in\/*"
            ],
            "js": [
                "jquery.min.js",
                "socket.io.js",
                "content.js",
                "hstar.js"
            ],
            "css": [
                "styles.css",
                "hstar.css"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "jquery.min.js",
                "socket.io.js",
                "iframe.css",
                "iframe.js",
                "index.html",
                "iframe.html",
                "min.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}