Hotstar Party

Watch Hotstar remotely with friends

What is Hotstar Party?

Hotstar Party is a Chrome extension developed by Aman Agrawal, and its main feature is "Watch Hotstar remotely with friends".

Extension Screenshots

screenshot
screenshot

Download Hotstar Party Extension CRX File

Download Hotstar Party extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A chrome extension to watch Hotstar in sync with friends while chatting                    

Extension Basic Information

Name Hotstar Party Hotstar Party
ID olmhpmmnnndoibgepihekkkjbohmfpdo
Official URL https://chromewebstore.google.com/detail/hotstar-party/olmhpmmnnndoibgepihekkkjbohmfpdo
Description Watch Hotstar remotely with friends
File Size 140 KB
Installation Count 629
Current Version 0.1
Last Updated 2020-08-10
Publish Date 2020-08-10
Rating 3.00/5 Total 2 Ratings
Developer Aman Agrawal
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.1",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "page_action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hotstar.com\/*"
            ],
            "js": [
                "jquery.js",
                "socket.io-client.js",
                "pnglib.js",
                "identicon.js",
                "sha-256.js"
            ]
        }
    ]
}