AI 产品解读Enhances streaming video experiences across Netflix, Prime Video, Disney+, Crunchyroll, HBO Max, and Paramount+ by automatically skipping intros/recaps/credits, blocking ads, adding playback speed controls, displaying TMDB ratings, and applying various UI improvements.
Eliminates tedious manual interactions with streaming platforms such as skipping intros, recaps, credits, and ads; provides speed controls and rating overlays to improve the viewing experience.
1. User installs extension from Chrome Web Store. 2. Extension injects content scripts into supported streaming sites (Netflix, Prime Video, Disney+, Crunchyroll, HBO Max, Paramount+). 3. Content scripts use MutationObserver to detect and automatically skip intros, recaps, credits, ads. 4. Extension injects speed slider controls and TMDB rating badges into the video player UI. 5. User can configure which features are enabled via the options page or popup.
Auto-skip intros, recaps, and creditsBlock ads and self-promotional contentCustomizable playback speed control with keyboard shortcutsDisplay TMDB ratings for all shows/moviesAuto-fullscreen on video startScroll-to-change volume
- 目标用户
- Streaming video users on Netflix, Prime Video, Disney+, Crunchyroll, HBO Max, and Paramount+ / Users who want automated skippable content removal / Users who want speed controls and rating overlays on streaming platforms
- The storeTypes.js is a large bundled file (209KB) containing Vue.js and Pinia internals; only the defaultSettings section was fully reviewed for feature gating.
- The gift.js file (415KB) is a large bundled Vue.js/i18n library file and was only partially examined for relevant signals.
- TMDB API calls are made (api.themoviedb.org) but no API key was found in the source; it may be hardcoded or using a free tier endpoint.