YouMute(r)

Chrome plugin that automatically mutes youtube commercials.

What is YouMute(r)?

YouMute(r) is a Chrome extension developed by Adam Gajzlerowicz, and its main feature is "Chrome plugin that automatically mutes youtube commercials.".

Extension Screenshots

screenshot

Download YouMute(r) Extension CRX File

Download YouMute(r) 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

                        Chrome plugin that automatically mutes youtube commercials. After the commercial finished, the volume goes back up. Thanks to it, casters can still be reworded by youtube, but you don't have to listen to crappy commercials.                    

Extension Basic Information

Name YouMute(r) YouMute(r)
ID hbhjkldledabllijjmnmfhhiejephibe
Official URL https://chrome.google.com/webstore/detail/youmuter/hbhjkldledabllijjmnmfhhiejephibe
Description Chrome plugin that automatically mutes youtube commercials.
File Size 8.27 KB
Installation Count 355
Current Version 1.2
Last Updated 2017-10-13
Publish Date 2017-10-13
Rating 3.05/5 Total 19 Ratings
Developer Adam Gajzlerowicz
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouMute(r)",
    "short_name": "YouMute(r)",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Chrome plugin that automatically mutes youtube commercials.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "muter.js"
            ]
        }
    ]
}