Hotstar Party

Watch Disney+ Hotstar in sync with friends

Hotstar Party란 무엇입니까?

Hotstar Party은(는) https://hotstarparty.party에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch Disney+ Hotstar in sync with friends"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Become futuristic with this new age extension, which lets you watch cherry-picked movies or shows with your friends together. The Hotstar Party acts as an anchor between your distant living loved ones. Therefore, it connects you all through this platform to have a fun night or day together with your friends. You can stream A-class cinema with your friends and family anywhere you want in sync through the Hotstar Party extension. 

FEATURES OF HOTSTAR PARTY:

Enjoy your desired videos on Hotstar with your friends together with this futuristic extension. Furthermore, this comes with various marvelous features that are still waiting to be unfolded by you. Hence, look at these features down below:

-> Live Chat
-> Global Accessibility 
-> HD Video Quality
-> Complete Control
-> Invite Unlimited Members
-> Seamless Connectivity
-> No Interruptions or Buffer-zones
-> Flawless Synchronization 

HOW TO INSTALL THE HOTSTAR PARTY?

With this procedure, you can enhance your cinematic experience. Furthermore, it provides you with a variety of options that allow you to watch your videos without interruption.

-> To begin, first install.
-> After the installation procedure is completed, pin the extension icon.
-> Then, using your account, go to the Hotstar Party website and log in.
-> As a result, select the blue "ADD TO CHROME" icon.
-> To complete the procedure, click the "ADD EXTENSION" icon.

HOW TO USE THE HOTSTAR PARTY?

You can use this user-friendly extension effortlessly by following these steps:

-> To begin, install the Hotstar Party and pin it to your toolbar.
-> Second, click the puzzle icon in the top right corner of the browser to pin.
-> Third, users must be aware that the extension is only compatible with Chromebooks, Macs, and Windows computers.
-> As a result, your extension has been pinned and is ready to be used in this method.

Privacy- 

We value privacy, which is why we never violate it. You do not need to register or submit personal information to use our extension. We, therefore, do not sell any of your confidential details.

Disclaimer-

Hotstar Party is in no way affiliated with Disney Media and Entertainment Distribution.

Version Summary-

Version 1.0.7: Improvements
Version 1.0.6: Minor Bug fixes
Version 1.0.5: Improvements and Bug fixes
Version 1.0.4: Bug fixes
Version 1.0.3: Minor Bug fixes
Version 1.0.2: Minor Bug fixes and Improvement.
Version 1.0.1: Bug fixes and Improvement.                    

확장 프로그램 기본 정보

이름 Hotstar Party Hotstar Party
ID inaojcjiaelhcglnajplbnmoijonpnfk
공식 URL https://chromewebstore.google.com/detail/hotstar-party/inaojcjiaelhcglnajplbnmoijonpnfk
설명 Watch Disney+ Hotstar in sync with friends
파일 크기 1.37 MB
설치 횟수 10,000
현재 버전 1.0.7
최근 업데이트 2024-01-21
출시 날짜 2022-04-01
평점 4.13/5 총 55 개의 평점
개발자 https://hotstarparty.party
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.hotstarparty.party/
도움말 페이지 URL https://www.hotstarparty.party/
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.7",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "32": "img\/32.png",
        "16": "img\/16.png"
    },
    "action": {
        "default_icon": "img\/128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hotstar.com\/*",
                "http:\/\/*.hotstar.com\/*"
            ],
            "js": [
                "content\/index.js",
                "content\/videoController.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/contentScript.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.hotstarparty.party\/*"
            ],
            "js": [
                "hotstar.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/contentScript.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "hotstar.js"
            ],
            "matches": [
                "https:\/\/www.hotstarparty.party\/*"
            ]
        },
        {
            "resources": [
                "chat\/index.html",
                "content\/index.js",
                "content\/videoController.js"
            ],
            "matches": [
                "https:\/\/*.hotstar.com\/*",
                "http:\/\/*.hotstar.com\/*"
            ]
        }
    ]
}