Stream Together
Watch any video together with friends.
什麼是Stream Together?
Stream Together是由Hank Brekke開發的Chrome擴展程式,該擴展的主要功能是“Watch any video together with friends.”。
擴展截圖
下載Stream Together擴展crx文件
下載Stream Together擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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:\/\/*\/*" ] } |