Hulu Party: watch Hulu together and chat

Watch Hulu with friends online! Extension to watch Hulu together and chat.

O que é Hulu Party: watch Hulu together and chat?

Hulu Party: watch Hulu together and chat é uma extensão do Chrome desenvolvida por SVODExtensions, e sua principal característica é "Watch Hulu with friends online! Extension to watch Hulu together and chat.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Hulu Party: watch Hulu together and chat

Baixe arquivos de extensão Hulu Party: watch Hulu together and chat 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

                        Do you miss group movie marathons? Now you can do them online!

Watch your Hulu favorites together with the squad while staying on your comfy sofa.
Thanks to live chat you can comment on whatever's happening on your screen and share your thoughts using emojis.

No more fighting over the remote - all of you have the power to pause or rewind anytime you want. Although you may need to compromise on the movie title, you're free to choose your snacks of choice (bonus: you don't have to share them with anyone!)

How does it work?
1. Add Hulu Party to Chrome.
2. Go to Hulu and log in to your account.
3. Click on the small puzzle piece icon next to the Chrome browser address bar. 
4. Pin Hulu Party to have it always in the extensions toolbar.
5. Click on the Party extension icon to see the settings popup.
6. Here you can copy the party link to share with others or start a new party room.
7. Send the invitation link to anyone you’d like to invite (please note that all the party members have to have their own Hulu accounts).
8. Set your username in the chat panel on the right.
9. Make sure everyone is in sync before the party starts.
10. Pick a movie or TV series to watch together.
11. Enjoy group streaming!

Disclaimer: Hulu is a trademark of Disney Media and Entertainment Distribution. This website & extension hold no association or affiliation with Hulu or any third-party companies.                    

Informações Básicas da Extensão

Nome Hulu Party: watch Hulu together and chat Hulu Party: watch Hulu together and chat
ID fffndgicgibbblhoglcamdiplgdekgll
URL Oficial https://chromewebstore.google.com/detail/hulu-party-watch-hulu-tog/fffndgicgibbblhoglcamdiplgdekgll
Descrição Watch Hulu with friends online! Extension to watch Hulu together and chat.
Tamanho do Arquivo 159 KB
Contagem de Instalações 185
Versão Atual 0.0.2
Última Atualização 2023-11-21
Data de Publicação 2022-05-11
Desenvolvedor SVODExtensions
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.vodextended.com/privacy_policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.0.2",
    "default_locale": "en",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.hulu.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hulu.com\/*"
            ],
            "css": [
                "src\/contentscripts\/ui\/sidebar-host.css"
            ],
            "js": [
                "lib\/config.js",
                "lib\/jquery.js",
                "lib\/socketio.js",
                "lib\/global-helpers.js",
                "lib\/states.js",
                "src\/contentscripts\/helpers\/helper.js",
                "src\/contentscripts\/helpers\/ui-helper.js",
                "src\/contentscripts\/listener\/state-listener.js",
                "src\/contentscripts\/listener\/extension-messages.js",
                "src\/contentscripts\/listener\/websocket.js",
                "src\/contentscripts\/listener\/start-video-event.js",
                "src\/contentscripts\/actions\/close.js",
                "src\/contentscripts\/actions\/play.js",
                "src\/contentscripts\/actions\/pause.js",
                "src\/contentscripts\/actions\/inject-seek.js",
                "src\/contentscripts\/actions\/bind-actions.js",
                "src\/contentscripts\/ui\/sidebar-host.js",
                "src\/contentscripts\/listener\/bootstrap.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "src\/sidebar\/*",
                "src\/contentscripts\/actions\/seek.js"
            ],
            "matches": [
                "https:\/\/*.hulu.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/background\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "src\/popup\/popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}