Video AdBlock for YouTube™ Extension

Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.

What is Video AdBlock for YouTube™ Extension?

Video AdBlock for YouTube™ Extension is a Chrome extension developed by The Creative Joys, and its main feature is "Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.".

Extension Screenshots

screenshot
screenshot

Download Video AdBlock for YouTube™ Extension Extension CRX File

Download Video AdBlock for YouTube™ Extension 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

                        * Removes YouTube™ video and text ads. 
* Works on all websites that contain a YouTube™ video.
* Also works with YouTube™ Music.

Enjoy ad free videos!                    

Extension Basic Information

Name Video AdBlock for YouTube™ Extension Video AdBlock for YouTube™ Extension
ID lmkjedkhnnhcohninidcejgollmggcjf
Official URL https://chromewebstore.google.com/detail/video-adblock-for-youtube/lmkjedkhnnhcohninidcejgollmggcjf
Description Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.
File Size 24.76 KB
Installation Count 11,474
Current Version 5.1
Last Updated 2023-12-13
Publish Date 2020-06-26
Rating 4.17/5 Total 81 Ratings
Developer The Creative Joys
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/videoadblockforyt/home
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video AdBlock for YouTube\u2122 Extension",
    "version": "5.1",
    "description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube\u2122 Music.",
    "manifest_version": 3,
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "adBlockerBg.js"
    },
    "action": {
        "default_title": "Video AdBlock for YouTube\u2122",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "adBlockerYt.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        ""
    ]
}