Youtube Ad Remover

This extension will remove Youtube ads for you.

What is Youtube Ad Remover?

Youtube Ad Remover is a Chrome extension developed by kinshuk1911, and its main feature is "This extension will remove Youtube ads for you.".

Extension Screenshots

screenshot

Download Youtube Ad Remover Extension CRX File

Download Youtube Ad Remover 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

                        Youtube ad remover makes Youtube more fun.
This extension aso removes banner ads for you, so all you have to do is just to download this chrome extension and sit back and enjoy youtube videos.

Note: This extension does not remove ads. It just skips ads as soon as their appear and no you don't even need to wait for 5 seconds for the skip ad button to appear.                    

Extension Basic Information

Name Youtube Ad Remover Youtube Ad Remover
ID nlmlilggecopcgfjfmhcioahbfoinpaa
Official URL https://chromewebstore.google.com/detail/youtube-ad-remover/nlmlilggecopcgfjfmhcioahbfoinpaa
Description This extension will remove Youtube ads for you.
File Size 5.42 KB
Installation Count 533
Current Version 1.1
Last Updated 2022-01-12
Publish Date 2021-12-15
Rating 5.00/5 Total 2 Ratings
Developer kinshuk1911
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Ad Remover",
    "version": "1.1",
    "description": "This extension will remove Youtube ads for you.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}