Hotstar Party

Watch Hotstar remotely with friends

Wat is Hotstar Party?

Hotstar Party is een Chrome-extensie ontwikkeld door Aman Agrawal, en de belangrijkste functie is "Watch Hotstar remotely with friends".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hotstar Party

Download Hotstar Party-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Hotstar Party Hotstar Party
ID olmhpmmnnndoibgepihekkkjbohmfpdo
Officiële URL https://chromewebstore.google.com/detail/hotstar-party/olmhpmmnnndoibgepihekkkjbohmfpdo
Beschrijving Watch Hotstar remotely with friends
Bestandsgrootte 140 KB
Aantal Installaties 629
Huidige Versie 0.1
Laatst Bijgewerkt 2020-08-10
Publicatiedatum 2020-08-10
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Aman Agrawal
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}