Hotstar Party

Sync and watch Hotstar videos with friends!

Hotstar Partyคืออะไร?

Hotstar Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hotstarparty.com และคุณลักษณะหลักของมันคือ "Sync and watch Hotstar videos with friends!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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
}