WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Block YouTube Feed - Homepage, Sidebar Videos

Block YouTube Feed - Homepage, Sidebar Videos

View on Chrome Web Store
View Block YouTube Feed - Homepage, Sidebar Videos Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (99 ratings)
1 new ratings
23 views
This extension has been viewed 23 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Block the homepage feed, sidebar suggestions, and end screen feed on YouTube.
Type
Extension
Users
20,000 users
Website unhook.app
Unhook
View author page of Unhook
Published
Published on February 27, 2021
Version 1.0.3
Manifest version
3
Updated
Updated on January 2, 2023
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Block YouTube Feed - Homepage, Sidebar Videos Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Block YouTube Feed - Homepage, Sidebar Videos",
    "short_name": "YT Feed",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "YouTube Feed"
    },
    "author": "Unhook",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube-nocookie.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "version": "1.0.3",
    "description": "Block the homepage feed, sidebar suggestions, and end screen feed on YouTube.",
    "offline_enabled": true,
    "minimum_chrome_version": "88"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top