Adblock for YouTube™

Privacy aware, secure Adblock for YouTube™. Blocks any ads on YouTube.com.

What is Adblock for YouTube™?

Adblock for YouTube™ is a Chrome extension developed by new + better Adblock, and its main feature is "Privacy aware, secure Adblock for YouTube™. Blocks any ads on YouTube.com.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Adblock for YouTube™ Extension CRX File

Download Adblock for YouTube™ 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

                        🌟 Say Goodbye to Annoying Ads and Preroll Videos on Youtube with Adblock for Youtube❣️
🌟 Blocks ads from Youtube™ and counts the life-time you saved by not seeing Ads on Youtube™
🌟 Unlock an uninterrupted and personalized Youtube experience by installing Adblock for Youtube now! 💪

„Adblock for Youtube“ is the perfect solution for an interruption-free and more comfortable Youtube experience. This browser extension blocks all ads and preroll videos on the website Youtube.com, allowing you to watch videos without any interruptions. With this extension, you’ll be able to enjoy your videos without being bothered by unwanted ads and preroll videos, making your time on Youtube more enjoyable.

The extension is easy to install and use. Once installed, it runs in the background, automatically blocking all ads and preroll videos on Youtube. You can also customize the extension’s rules to suit your preferences, for example, by blocking preroll videos longer than 15 seconds or ads that contain certain keywords.

In addition to blocking ads and preroll videos, the extension can also improve your overall experience on Youtube by speeding up page load times and reducing data usage.

Installing the extension is simple. You can get it from the web store for your specific browser (e.g the Chrome Web Store for Google Chrome) by searching for „Adblock for Youtube“ and adding it to your browser. Once installed, the extension will show an icon on your browser’s toolbar, which you can use to turn the extension on or off, as well as to access the settings menu where you can modify the rules and preferences.

With „Adblock for Youtube“ you don’t have to worry about unwanted interruptions while watching videos. This extension will make your time on Youtube much more comfortable and enjoyable. Give it a try today and see the difference it makes.

Your Key to an Uninterrupted and Improved Online Experience!                    

Extension Basic Information

Name Adblock for YouTube™ Adblock for YouTube™
ID pginoclcfbhkoomedcodiclncajkkcba
Official URL https://chromewebstore.google.com/detail/adblock-for-youtube/pginoclcfbhkoomedcodiclncajkkcba
Description Privacy aware, secure Adblock for YouTube™. Blocks any ads on YouTube.com.
File Size 274 KB
Installation Count 10,000
Current Version 1.1.1
Last Updated 2023-12-23
Publish Date 2022-02-16
Rating 4.84/5 Total 1488 Ratings
Developer new + better Adblock
Email [email protected]
Payment Type free
Privacy Policy Page URL https://gist.githubusercontent.com/general-gist/1ed4007894eea60cc10d6e92fdbe5254/raw/2a7c197865f14c9af4850208dc9d12422e88d6cb/gistfile1.txt
Supported Languages id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.1.1",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "19": "icons\/icon-19.png",
        "38": "icons\/icon-38.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png",
        "1024": "icons\/icon-1024.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "19": "icons\/icon-19.png",
            "32": "icons\/icon-32.png",
            "38": "icons\/icon-38.png",
            "128": "icons\/icon-128.png",
            "512": "icons\/icon-512.png",
            "1024": "icons\/icon-1024.png"
        },
        "default_title": "__MSG_actionTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "storage",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "youtube",
                "enabled": true,
                "path": "rules\/youtube.json"
            }
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/navigator.share.js",
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scriptlets.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqYboshaICqThjt+Ryauey6Ulksr\/z3qS3l\/qacl+\/j2rWdzb6HN5nFPotvf4VR1MrVPvOxzqGm5iZTDLZtCQyMaYrfdoUbj9IGNj4zkZiphImzwlU0fWlTUHG5wAuESWgD5rmphIpHaJ9Cx6VTUiIfWgoSVqYkQKk+fTqLTUrWQR94N7WahvRXVIgUWSrBzHLf8X1LZ+lf5YD9EaiBe12+MmfheBxZFE\/FdLrQpLuZDMTH2h+ByExa8XmPmsJaU3RNm9sWzgPV1ZwEBDrwnUaylvaDQDUtEQojKbOBWjaSJM1nKAjavZm7ik6mbAmdK6cuXhuSA\/O3q8M7SH1Dyw1QIDAQAB"
}