Stream Together

Watch any video together with friends.

Was ist Stream Together?

Stream Together ist eine Chrome-Erweiterung, die von Hank Brekke entwickelt wurde, und ihr Hauptmerkmal ist "Watch any video together with friends.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Stream Together-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stream Together-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Stream Together Stream Together
ID mifelkkomponlfmpiomaohdcjjjnalja
Offizielle URL https://chrome.google.com/webstore/detail/stream-together/mifelkkomponlfmpiomaohdcjjjnalja
Beschreibung Watch any video together with friends.
Dateigröße 311 KB
Installationsanzahl 5,000
Aktuelle Version 20.0.0
Letztes Update 2020-11-22
Veröffentlichungsdatum 2020-11-22
Bewertung 4.75/5 Insgesamt 8 Bewertungen
Entwickler Hank Brekke
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/streamtogether
Hilfeseite URL https://github.com/streamtogether/stream-together-web-extension/issues
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}