Hotstar Party

Sync and watch Hotstar videos with friends!

Hotstar Party란 무엇입니까?

Hotstar Party은(는) https://hotstarparty.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sync and watch Hotstar videos with friends!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        With Hotstar Party, you can now remotely watch movies, TV shows, LIVE sports, etc. available on Hotstar in sync with your friends and loved ones as well as chat with them at the same time.

Features that make Hotstar Party special

- Easy to create or join the video party
- Personalised experience with Username and custom Avatar
- Integrated chat that works seamlessly in full screen as well

Please try the following if the extension is not generating the URL:

- Right Click on the HotstarParty extension -> Manage Extensions -> Enable/Turn On the  "Allow access to file URLs"                    

확장 프로그램 기본 정보

이름 Hotstar Party Hotstar Party
ID mpfbkohdhhgacfeehcmplcfggmeeajdg
공식 URL https://chromewebstore.google.com/detail/hotstar-party/mpfbkohdhhgacfeehcmplcfggmeeajdg
설명 Sync and watch Hotstar videos with friends!
파일 크기 326 KB
설치 횟수 33,953
현재 버전 1.0.1
최근 업데이트 2021-08-16
출시 날짜 2020-08-06
평점 2.12/5 총 65 개의 평점
개발자 https://hotstarparty.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.hotstarparty.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hotstar Party",
    "version": "1.0.1",
    "description": "Sync and watch Hotstar videos with friends!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hotstar.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/avatars\/*.png"
    ],
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo_16.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png",
            "128": "images\/logo_128.png"
        }
    },
    "incognito": "split",
    "manifest_version": 2
}