Hotstar Party

Watch Hotstar remotely with friends

O que é Hotstar Party?

Hotstar Party é uma extensão do Chrome desenvolvida por Aman Agrawal, e sua principal característica é "Watch Hotstar remotely with friends".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Hotstar Party

Baixe arquivos de extensão Hotstar Party no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Hotstar Party Hotstar Party
ID olmhpmmnnndoibgepihekkkjbohmfpdo
URL Oficial https://chromewebstore.google.com/detail/hotstar-party/olmhpmmnnndoibgepihekkkjbohmfpdo
Descrição Watch Hotstar remotely with friends
Tamanho do Arquivo 140 KB
Contagem de Instalações 629
Versão Atual 0.1
Última Atualização 2020-08-10
Data de Publicação 2020-08-10
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Aman Agrawal
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}