Projected moved to https://github.com/streamparty/chrome-extension-stream-party
Watch any video together with friends.
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.
- Tell everyone to install the Stream Party extension
- Launch any video on any streaming service
- Click the Stream Party button in your browser toolbar
- Share the link with your group
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/mrsheepsheep/watchparty
Your contributions would be stellar! Here's how you can run the project locally.
- Clone this repository
- Run
npm install
- Run
npm start
- Go to Google Chrome > ... > More Tools > Extensions
- Remove any Stream Party extension previously installed
- Select "Load Unpacked"
- Select the
dist/
folder of the cloned repository
As you make changes, click the Update
button in the Extensions tab
to try out those changes.
The steps below will bundle the application for the Chrome Web Store. This is currently done by @hnryjms, who has access to the CWA developer dashboard.
rm -rf dist
npm run build
pushd dist
zip -r ../chrome-extension-stream-party.zip .
popd
Copyright (C) 2019 Alexandre Souleau
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/