AI 产品解读Auto-mute YouTube advertisements during video playback
Prevents audio disruption from YouTube ads by automatically muting the video player when an ad plays and optionally pausing or resuming the video after the ad ends.
1. User installs extension and navigates to a YouTube watch page. 2. Extension background script injects contentScript.js into the page. 3. contentScript.js uses MutationObserver to watch for ad modules (.video-ads.ytp-ad-module). 4. When an ad starts, it clicks the mute button. 5. When the ad ends, it unmutes and optionally pauses/resumes based on user preference set in the popup. 6. If a skip button appears, it auto-clicks it.
Automatically mutes YouTube video player when ads start playingAutomatically unmutes when the ad finishesOption to pause or resume video after ad ends (configurable via popup)Auto-clicks the 'Skip Ad' button when availableUses MutationObserver to detect ad elements dynamically
- 目标用户
- YouTube viewers who want to avoid ad audio disruption / Users seeking a lightweight, no-signup ad-muting tool
- The extension only targets YouTube watch pages (https://*.youtube.com/watch*), so behavior on YouTube Shorts or mobile is not covered.
- The skip-ad feature is commented out in the main logic but re-implemented via MutationObserver; the commented-out code may be outdated.
- No external API calls are made beyond YouTube's own domain, so network behavior is limited to YouTube traffic.
付费分析未识别到付费功能
The extension is entirely free with no paid features, subscription gates, or payment integrations. The keyword 'pro' found in _metadata/verified_contents.json is part of Chrome Web Store verification metadata, not a product feature.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not implement any login mechanism, nor does it redirect to a web service requiring authentication. It operates locally on YouTube pages using browser storage for settings.
This changed my life