YouBlocker

Ad-Free YouTube Experience.

What is YouBlocker?

YouBlocker is a Chrome extension developed by Torrextension, and its main feature is "Ad-Free YouTube Experience.".

Extension Screenshots

screenshot
screenshot
screenshot

Download YouBlocker Extension CRX File

Download YouBlocker 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

                        Works with the new YouTube update !

Enjoy a seamless YouTube experience with our “YouBlocker” extension. Our extension is designed to improve your YouTube viewing experience by removing intrusive video ads, while preserving the platform's core functionality + we don't collect your data.


🔥 IF YOU NEED A CUSTOM EXTENSION, I CAN CREATE ONE FOR YOU : ibuildyourextension.com                    

Extension Basic Information

Name YouBlocker YouBlocker
ID khplgcfcmalolfkblneflibkmamgogom
Official URL https://chromewebstore.google.com/detail/youblocker/khplgcfcmalolfkblneflibkmamgogom
Description Ad-Free YouTube Experience.
File Size 10.5 KB
Installation Count 233
Current Version 2.6
Last Updated 2024-02-16
Publish Date 2023-11-07
Rating 5.00/5 Total 7 Ratings
Developer Torrextension
Email [email protected]
Payment Type free
Extension Website https://torrextension.com/youblocker
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouBlocker",
    "version": "2.6",
    "description": "Ad-Free YouTube Experience.",
    "manifest_version": 3,
    "author": "Torrextension",
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/watch*"
    ],
    "incognito": "split"
}