Hotstar Party

Watch Disney plus hotstar videos in sync with friends and family

Hotstar Party क्या है?

Hotstar Party Even Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch Disney plus hotstar videos in sync with friends and family"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hotstar Party एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Transform your online streaming experience into a shared event with our Chrome extension, Hotstar Party. Watch your favorite Disney plus Hotstar content together with friends and family, chat in real-time, and even video chat while enjoying your beloved shows and movies. Our user-friendly extension is free to use and guarantees a secure, synchronized, and immersive viewing experience, making it effortless to connect with loved ones over your preferred Disney plus Hotstar content.                    

एक्सटेंशन की मूल जानकारी

नाम Hotstar Party Hotstar Party
ID fbddilioagdlbcnhaenjmelhjhcliklj
आधिकारिक URL https://chromewebstore.google.com/detail/hotstar-party/fbddilioagdlbcnhaenjmelhjhcliklj
विवरण Watch Disney plus hotstar videos in sync with friends and family
फ़ाइल का आकार 1.26 MB
स्थापना संख्या 106
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2023-12-09
प्रकाशन तिथि 2023-10-10
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Even Extensions
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.disneyhotstarparty.com
सहायता पृष्ठ URL https://www.disneyhotstarparty.com/support
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hotstar Party",
    "description": "Watch Disney plus hotstar videos in sync with friends and family",
    "version": "1.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "hotstar16x16.png",
        "48": "hotstar48x48.png",
        "128": "hotstar128x128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Hotstar Party",
        "default_icon": "hotstar16x16.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/redirect.disneyhotstarparty.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.hotstar.com\/*"
            ],
            "js": [
                "HotStar.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "avatar1.svg",
                "avatar2.svg",
                "avatar3.svg",
                "avatar4.svg"
            ]
        }
    ]
}