Watch Together 版本历史 - 4 个版本
Watch Together 作者: zsb
Watch Together 版本历史 - 4 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.2.1
发布于 2026年9月9日 - 101.12 KB适用于 firefox 142.0 及更高版本- Refresh, new design!
- Remove unused permissions.
- Security fixes.
源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布
较早版本
版本 1.1
发布于 2026年8月25日 - 87.98 KB适用于 firefox 142.0 及更高版本Version 1.1 replaces the WebRTC peer connection with a small WebSocket relay
you can deploy yourself, and encrypts everything that travels over it.
New
* Playback state now travels over a Cloudflare Worker relay instead of WebRTC,
so sessions connect in the network situations where the old direct peer
connection silently failed.
* End-to-end encryption. Peers agree a key with ECDH P-256 and seal each
update with AES-GCM, so the relay forwards bytes it cannot read and keeps
no history.
* The relay is never told the room code, only a stretched hash of it.
* New "Relay server" setting in the popup, which point the extension at your own
relay (see server/ in the repository) or at a local one for testing.
* Room codes expanded to 9 characters (ABC-DEF-GHI).
* Sync scope toggle: This Page, All tabs, or Off.
Fixed
* Incoming pause/play/seek was not always applied to the receiving video.
* Play and pause could bounce between peers in a loop; a change now settles
after one hop.
* Connection failures are reported in the popup instead of leaving the button
spinning, and closing a session no longer leaves an orphaned socket behind.
* Idle sessions are no longer dropped by a mishandled heartbeat.
Removed
* The bundled simple-peer library and the "offscreen" permission, both of
which existed only for WebRTC.源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布
版本 1.0
发布于 2026年5月21日 - 153.95 KB适用于 firefox 142.0 及更高版本- Refactored some code so it works on modern browsers.
- Merged Firefox and Chrome versions together.
- Squished some bugs.
源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布