Hotstar Party plus

Chat and party with your friends while watching your favorite movie, TV show, IPL and more

Hotstar Party plus क्या है?

Hotstar Party plus alanranjith975 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chat and party with your friends while watching your favorite movie, TV show, IPL and more"।

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

screenshot
screenshot

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

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

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

                        Watching movies, Sports and Live Shows on Hotstar is fun. To make it more interesting watch your favorite show on Hotstar with your loved ones together. To make this possible we introduce you the Hotstar Party Plus extension.

How to use Hotstar Party Plus:
# Install the extension on your device and open the hotstar webpage and Navigate to your favorite show or live matche.
# Click on the HP+(Hotstar Party Plus) extension  icon on the top.
# Click on Start Party and a link will be generated.
# Share the link to your loved ones.
# Any one can join the party by clicking on the url which you shared.

NOTE: Make sure all other people who wants join the party should also have this extension on their device.

 Disney+ Hotstar Platform ("Platform" or the "Disney+ Hotstar Service, which includes all the features available on the Platform is a trademark of The Walt Disney Company") and this extension is not related to the official hotstar app or company. 

Upcoming Features:
#Live video Sync                    

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

नाम Hotstar Party plus Hotstar Party plus
ID dbgeaipmohdmannhcnajneofiiopnpdm
आधिकारिक URL https://chromewebstore.google.com/detail/hotstar-party-plus/dbgeaipmohdmannhcnajneofiiopnpdm
विवरण Chat and party with your friends while watching your favorite movie, TV show, IPL and more
फ़ाइल का आकार 87.14 KB
स्थापना संख्या 304
वर्तमान संस्करण 0.1
अंतिम अपडेट 2022-03-23
प्रकाशन तिथि 2022-03-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर alanranjith975
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://alanranjith.github.io/hpp-privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hotstar Party plus",
    "version": "0.1",
    "manifest_version": 3,
    "description": "Chat and party with your friends while watching your favorite movie, TV show, IPL and more",
    "permissions": [
        "activeTab",
        "storage",
        "background"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "hp3.png"
    },
    "icons": {
        "128": "hp3.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hotstar.com\/in*",
                "https:\/\/www.hotstar.com\/in\/*"
            ],
            "js": [
                "jquery.min.js",
                "socket.io.js",
                "content.js",
                "hstar.js"
            ],
            "css": [
                "styles.css",
                "hstar.css"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "jquery.min.js",
                "socket.io.js",
                "iframe.css",
                "iframe.js",
                "index.html",
                "iframe.html",
                "min.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}