WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Parental Control - Block any content!

YouTube Parental Control - Block any content!

View on Chrome Web Store
View YouTube Parental Control - Block any content! Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

Take Full Control of YouTube – Add any keywords you want to block, videos containing these phrases in titles will no longer appear
Type
Extension
Users
69 users
1
TheBestChromeExtensions
View author page of TheBestChromeExtensions
Published
Published on November 22, 2024
Version 0.0.1
Manifest version
3
Updated
Updated on June 2, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View YouTube Parental Control - Block any content! 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",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.0.1",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "YTParentalControl48.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "contentAll.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "contentAll.css"
            ]
        },
        {
            "js": [
                "options.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "YTParentalControl48.png",
        "128": "YTParentalControl128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "YTParentalControl48.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}
© 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