AI 产品解读Adds synchronized watch-party functionality to dアニメストア (d Anime Store), allowing multiple users to watch the same anime episode simultaneously in a shared room with real-time video playback sync.
dアニメストア lacks a built-in watch-party feature (unlike Amazon Prime's Watch Party or Teleparty for Netflix). This extension fills that gap, enabling friends and family to enjoy anime together online in real-time regardless of physical distance.
1. User navigates to dアニメストア episode list; extension injects party buttons (🎉) next to each episode. 2. Clicking the party button opens the video player with party=create parameter; a sidebar appears with 'Create Room' button. 3. Creating a room establishes a WebSocket connection to d-party.net and generates a shareable room link. 4. Room creator shares the link (via Twitter/LINE/Facebook/email/clipboard) with friends. 5. Friends open the link, which redirects through d-party.net lobby to dアニメストア with party=true and room_id parameters, then join the room. 6. All participants' video playback is synchronized in real-time—play, pause, seek, speed changes, and episode navigation are broadcast via WebSocket. 7. Participants can send emoji reactions overlaid on the video and view a history of room events in the sidebar.
Create and join watch-party rooms via WebSocket connection to d-party.net backendReal-time video synchronization (play, pause, seek, speed control) across all room participantsEmoji reaction overlay animations on the video (thumbs up, smile, cry, heart, middle finger)Sidebar UI showing room participants, activity history, and control buttonsShare party invite links via Twitter, LINE, Facebook, email, and clipboard copyPopup settings for user name, hiding reactions/notifications, and auto-open video in new tab
- 目标用户
- dアニメストア subscribers who want to watch anime together with friends or family remotely / Japanese anime fans looking for a communal viewing experience online
- Could not access the d-party.net backend code to confirm whether the lobby/redirect flow itself requires any form of account; the lobby page content script suggests it's a public redirect page.
- The extension's content_security_policy uses 'unsafe-inline' for scripts, which is unusual for MV3 but not directly relevant to login/paid analysis.
- Cannot confirm from source alone whether dアニメストア requires active subscription for all content or offers free tiers—assumption is based on store description and common knowledge of the service.