AI product readOfficial browser extension for the Watch2Gether (W2G) social video watching platform, enabling users to access their rooms, search content from 20+ platforms, and share videos to watch together with friends in real-time.
Enables remote friends to watch videos and consume online content together synchronously by providing quick room access, multi-platform content search/direct sharing, and W2gSync for sites that cannot be directly embedded.
1. User clicks extension icon → popup opens with login status check via /auth/sign_in.json. 2. If not authenticated, user is directed to https://w2g.tv/account to create/login to their Watch2Gether account. 3. Once authenticated, extension fetches user's rooms from /streams API and displays them. 4. User can browse/search content from supported providers (YouTube, Vimeo, etc.) directly in the popup. 5. User selects content and either creates a new room or shares to an existing room via /rooms/create.json or /rooms/{id}/sync_update. 6. Extension opens the W2G room page (w2g.tv/room/?room_id=...) in a new tab. 7. For sites requiring W2gSync, the content scripts inject controls for synchronized playback.
View and join existing Watch2Gether rooms from the browser toolbarCreate new shared watching roomsSearch and share content from 20+ providers (YouTube, Vimeo, Twitch, TikTok, Dailymotion, SoundCloud, Mixcloud, Facebook, Instagram, Twitter/X, Apple Music, Kick, Pinterest, Coub, Tenor, Suno, Udio, etc.)Share the current webpage URL directly to a W2G room or playlistW2gSync for syncing playback on sites that cannot be embedded in W2G roomsSee who is online in your rooms
- Target users
- Friends and groups who want to watch videos together remotely / Online communities hosting watch parties / Content creators sharing media with their audience
- Could not determine if the Watch2Gether web service has premium/paid tiers beyond what is visible in the extension code
- The popup HTML templates were not fully inspected for any upgrade/premium UI elements
- The options page content was not deeply analyzed for paid feature references
MonetizationNo paid features detected
No premium, upgrade, billing, payment, or subscription-gating code found in the extension source. The only 'subscription' text is a descriptive note for the Streaming provider about third-party service accounts: 'Account / Subscription required for each user of this room' (line 2993), referring to external streaming services, not W2G features. No Stripe, payment processing, or in-app purchase code exists. The 'stripe' CSS matches are `.striped` class for visual styling. All extension features (room access, content search, sharing, W2gSync) appear freely available to logged-in users.
- Confidence
- 85
- Payment platform
- --
- Source
- AI / Medium
- Login required
- Needs review
- Reason
- The extension checks authentication against the Watch2Gether service via POST /auth/sign_in.json (popup.b861dba2.js:2351). The W2gLogin component manages authenticated state with email/password fields and redirects to https://w2g.tv/account for login (line 2363). Core features like fetching user rooms (/streams), creating rooms (/rooms/create.json), and sharing content to rooms all require authentication. Without login, the user cannot see their rooms or share content.
Conflict