A simple Chrome Extension to automatically mute ads on YouTube, JioHotstar, and Amazon Prime Video.
- Auto-Mute Ads: Detects ads and mutes the video player.
- Auto-Unmute: Restores sound once the ad finishes.
- Auto-Skip: Attempts to auto-click "Skip Ad" buttons on YouTube and Prime Video.
- Toggle Controls: Enable/Disable functionality globally or per platform via the popup menu.
- Clone or download this repository.
- Open Chrome and navigate to
chrome://extensions/. - Enable Developer mode in the top right corner.
- Click Load unpacked.
- Select the
Ad-Mutersdirectory (the root folder containingmanifest.json).
- The extension works automatically in the background.
- Click the extension icon in the toolbar to open settings.
- Toggle switches to enable/disable for specific sites.
- YouTube
- JioHotstar
- Amazon Prime Video
src/contains the logic for each platform.popup/contains the UI code.manifest.jsondefines the permissions and content scripts.