Stream Together
Watch any video together with friends.
Stream Together란 무엇입니까?
Stream Together은(는) Hank Brekke에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch any video together with friends."입니다.
확장 프로그램 스크린샷
Stream Together 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | mifelkkomponlfmpiomaohdcjjjnalja |
공식 URL | https://chrome.google.com/webstore/detail/stream-together/mifelkkomponlfmpiomaohdcjjjnalja |
설명 | Watch any video together with friends. |
파일 크기 | 311 KB |
설치 횟수 | 5,000 |
현재 버전 | 20.0.0 |
최근 업데이트 | 2020-11-22 |
출시 날짜 | 2020-11-22 |
평점 | 4.75/5 총 8 개의 평점 |
개발자 | Hank Brekke |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/streamtogether |
도움말 페이지 URL | https://github.com/streamtogether/stream-together-web-extension/issues |
지원되는 언어 | 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:\/\/*\/*" ] } |