YouMute
Automatically mute and skip YouTube™ video ads
What is YouMute?
YouMute is a Chrome extension developed by Sun City Design, and its main feature is "Automatically mute and skip YouTube™ video ads".
Extension Screenshots
Download YouMute Extension CRX File
Download YouMute extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simplify your viewing experience by having the "Skip ad" button automatically clicked for you as soon as it becomes available.
Extension Basic Information
Name | YouMute |
ID | bhlmjoeobnofoajffmnpcahfaffihmbh |
Official URL | https://chromewebstore.google.com/detail/youmute/bhlmjoeobnofoajffmnpcahfaffihmbh |
Description | Automatically mute and skip YouTube™ video ads |
File Size | 53.66 KB |
Installation Count | 7,849 |
Current Version | 0.2.0 |
Last Updated | 2023-11-20 |
Publish Date | 2018-12-31 |
Rating | 4.26/5 Total 90 Ratings |
Developer | Sun City Design |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sshongru.github.io/YouMute/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouMute", "short_name": "YouMute", "description": "Automatically mute and skip YouTube\u2122 video ads", "version": "0.2.0", "manifest_version": 3, "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "inject.js" ], "css": [ "inject.css" ] } ] } |