Hotstar Party plus

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

Hotstar Party plus란 무엇입니까?

Hotstar Party plus은(는) alanranjith975에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chat and party with your friends while watching your favorite movie, TV show, IPL and more"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hotstar Party plus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Hotstar Party plus Hotstar Party plus
ID dbgeaipmohdmannhcnajneofiiopnpdm
공식 URL https://chromewebstore.google.com/detail/hotstar-party-plus/dbgeaipmohdmannhcnajneofiiopnpdm
설명 Chat and party with your friends while watching your favorite movie, TV show, IPL and more
파일 크기 87.14 KB
설치 횟수 304
현재 버전 0.1
최근 업데이트 2022-03-23
출시 날짜 2022-03-23
평점 5.00/5 총 1 개의 평점
개발자 alanranjith975
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://alanranjith.github.io/hpp-privacy-policy
지원되는 언어 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": [
                ""
            ]
        }
    ]
}