Stream Together

Watch any video together with friends.

O que é Stream Together?

Stream Together é uma extensão do Chrome desenvolvida por Hank Brekke, e sua principal característica é "Watch any video together with friends.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Stream Together

Baixe arquivos de extensão Stream Together 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

                        Play a video on any streaming site, and playback & play/pause will
stay synchronized across all your friends. Just make sure everyone
has the extension.

1. Tell everyone to install the Stream Together extension
2. Launch any video on any streaming service
3. Click the Stream Together button in your browser toolbar, and select
   "Create a watch party"
4. Share the link with your group
5. Have each friend click the Stream Together button, and click
   "Join a watch party"
6. Paste the link into the Join box to connect to the session

You should get a notification as your friends join the party.

Supported websites:

-   Netflix
-   Amazon Prime Video
-   Disney+
-   YouTube
-   Les Mills On Demand
-   more we don't know about! Reach out to add to our list, or to let
    us know of a site that isn't working the way it should.

This project is open source. See our roadmap, fix bugs or help out at:
https://github.com/streamtogether/stream-together-web-extension

---

Note: You may need to allow Autoplay permissions on some sites for the extension to manage your video player.                    

Informações Básicas da Extensão

Nome Stream Together Stream Together
ID mifelkkomponlfmpiomaohdcjjjnalja
URL Oficial https://chrome.google.com/webstore/detail/stream-together/mifelkkomponlfmpiomaohdcjjjnalja
Descrição Watch any video together with friends.
Tamanho do Arquivo 311 KB
Contagem de Instalações 5,000
Versão Atual 20.0.0
Última Atualização 2020-11-22
Data de Publicação 2020-11-22
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor Hank Brekke
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/streamtogether
URL da Página de Ajuda https://github.com/streamtogether/stream-together-web-extension/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stream Together",
    "description": "Watch any video together with friends.",
    "version": "20.0.0",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "js\/*"
    ],
    "browser_action": {
        "default_title": "Watch this video with a group",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}