WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Hide YouTube Members-Only

Hide YouTube Members-Only

View on Chrome Web Store
View Hide YouTube Members-Only Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (6 ratings)
1 new ratings
35 views
This extension has been viewed 35 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.

Hide members-only videos on YouTube.
Type
Extension
Users
635 users
85
YouGo
View author page of YouGo
Published
Published on July 14, 2025
Version 1.3.2
Manifest version
3
Updated
Updated on October 20, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View Hide YouTube Members-Only 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",
    "version": "1.3.2",
    "description": "Hide members-only videos on YouTube.",
    "author": "YouGo",
    "manifest_version": 3,
    "name": "Hide YouTube Members-Only",
    "icons": {
        "48": "dist\/assets\/icons\/icon_48.png",
        "96": "dist\/assets\/icons\/icon_96.png"
    },
    "action": {
        "default_icon": {
            "48": "dist\/assets\/icons\/icon_48.png",
            "96": "dist\/assets\/icons\/icon_96.png"
        },
        "default_popup": "dist\/popup\/popup.html",
        "default_title": "HYM"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "dist\/browser-polyfill.js",
                "dist\/content\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "dist\/background\/background.js"
    },
    "options_page": "dist\/popup\/settings.html",
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/content\/script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}
© 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