Supported video sites and players
Reviewed against extension package 2.4.5 · 25 July 2026
Telepathy has dedicated integration code for YouTube and Netflix and a general detector for standard HTML5 video. “A video exists on the page” is not a universal compatibility guarantee: site updates, DRM, autoplay policy, custom controls and cross-origin frames can all change the result.
| Player type | Status | How Telepathy works |
|---|---|---|
| YouTube | Dedicated adapter | Uses an optimized, site-specific playback integration. |
| Netflix | Dedicated adapter | Uses an optimized, site-specific playback integration. |
Standard top-level HTML5 <video> | Broad support | Works with accessible, visible video players exposed to Chrome. |
| Embedded or cross-origin player | Conditional | Can work with permitted, accessible embedded players. |
| Protected Chrome pages, local browser UI and unsupported URL schemes | Not supported | Chrome does not allow an extension content script on these surfaces. |
What “supported” means
Support means the current extension contains a compatible control path. It does not promise identical timing on every network, account or device. Each person must be able to play the same content from their own video-service account and region. Telepathy does not bypass subscriptions, DRM, regional availability or publisher controls.
Sites not listed here
Many sites that expose a normal HTML5 video can work through the general detector. We do not list Disney+, Prime Video, Max, Hulu, Twitch or other services as verified merely because their names are popular. They should be treated as unverified until a dated, real-site run is recorded in the test methodology.
If Telepathy cannot find the player
- Start playback yourself and keep the video visible.
- Create or join a room and accept the optional one-time all-sites prompt if you want automatic coverage on non-native sites and permitted frames.
- Give the automatic scan a few seconds; use Re-detect player only if the player is still not found.
- Reload the page after installing or updating the extension.
- Check the troubleshooting guide. Sandboxed, protected or inaccessible frames can remain unavailable even after permission is granted.