AI 产品解读Automatically stops and blocks auto-playing videos on websites to improve browsing speed and save data
Annoying auto-playing videos that slow down web browsing, consume bandwidth/data, and drain battery life
1. Extension installs and auto-pauses are enabled by default. 2. User browses websites normally. 3. Content script detects video elements via MutationObserver and pauses auto-playing videos. 4. Background script intercepts video media requests and blocks them. 5. A 'Paused by McAfee Web Boost' banner appears over stopped videos. 6. User can click banner to play specific videos. 7. Popup shows stats (videos stopped, data saved) and allows managing whitelist. 8. User can whitelist specific sites or toggle the feature globally.
Automatically pauses/blocks auto-playing HTML5 video elements using MutationObserverIntercepts and blocks video media requests (mp4, webm, ogg, m3u8/HLS streams) via webRequest APIDisplays 'Paused by McAfee Web Boost' banner overlay on stopped videos allowing one-click playbackTracks and displays statistics on videos stopped and bandwidth/data saved per siteProvides per-site whitelist to allow auto-play on selected websitesPre-whitelists video conferencing and streaming sites (YouTube, Netflix, Twitch, Zoom, etc.)
- 目标用户
- General web users who want faster browsing and reduced data consumption / Users on limited data plans or metered connections / Users annoyed by auto-playing videos on news/content sites / Battery-conscious laptop/mobile users
- Code is minified/webpack-bundled making exact line-by-line analysis harder, but core logic is clearly visible
- Could not verify if McAfee's external security products (WebAdvisor) affect login status via externally_connectable, though no login flow is apparent
付费分析未识别到付费功能
No premium, subscription, payment, billing, upgrade, or purchase references found in the codebase. The extension is completely free with all features available. 'License' hits refer to the EULA (End User License Agreement), not paid licensing. 'Pro' keyword hits are false positives from Czech locale where 'pro' means 'for'.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension has no login, account creation, or authentication functionality. All data is stored locally using chrome.storage.local. The extension works immediately after installation without requiring any credentials. The only external communication is EULA acceptance tracking to home.mcafee.com, which does not require user login.