Hotstar Party

Watch Hotstar in sync with your friends remotely...

Hotstar Partyคืออะไร?

Hotstar Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://hotstarparty.live และคุณลักษณะหลักของมันคือ "Watch Hotstar in sync with your friends remotely..."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hotstar Party

ดาวน์โหลดไฟล์ส่วนขยาย Hotstar Party ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hotstar Party extension helps the users to stream all the TV shows, movies and videos in sync with friends remotely.
 
Overview:-

With the Hotstar Party extension, you can watch all the movies, shows, videos, etc., in sync with people online. Furthermore, you not only get to stream your favorite shows and videos with your friends or family, but you can also do Group Chat. 
 
Features that make Hotstar Party unique:-
 
> Easy to create and join the Hotstar watch party with friends. 
> Customize your profile with avatars and username. 
> Integrated group or individual chat feature allows you to chat with other participants during the watch party. 
 
How to use the Hotstar Party extension:- 
 
Hotstar Party is an easy-to-use tool that works automatically once you install it on your devices. Therefore, all you need to do is, install the extension and enable it to create or join the watch parties!
 
Support:- 
 
For feedback, support or any other comments, reach us at [email protected]. 
 
By installing the extension, you agree and acknowledge that you have read Privacy Policy (http://www.hotstarparty.live/privacy).
 
Disclaimer: - 

Hotstar is a trademark of Star India, Disney Media, and Entertainment Distribution, both a division of The Walt Disney Company. This extension is an independent project. The extension and its developer are in no way affiliated.
 
This extension uses the Google Analytics to collect usage statistics that help improve user experience. If you want to opt out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout. Furthermore, you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock, or Adblock Pro.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hotstar Party Hotstar Party
ID ldgmcfjanihpcmpdfiolmpclkekmamgg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hotstar-party/ldgmcfjanihpcmpdfiolmpclkekmamgg
คำอธิบาย Watch Hotstar in sync with your friends remotely...
ขนาดไฟล์ 74.55 KB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2022-01-23
วันที่เผยแพร่ 2021-10-26
คะแนน 4.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา http://hotstarparty.live
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hotstarparty.live/
URL หน้าช่วยเหลือ https://www.hotstarparty.live/support/
ภาษาที่รองรับ 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,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.3",
    "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\/*"
        ]
    }
}