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.0 (4 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

✅ The Add-On is ready-to-go, just install & enjoy. 💡 Looking for more features like setting default quality, subtitles, speed,…
Type
Extension
Users
118 users
1
YouGo
View author page of YouGo
Published
Published on July 14, 2025
Version 1.2.0
Manifest version
3
Updated
Updated on August 22, 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.2.0",
    "manifest_version": 3,
    "name": "Hide YouTube Members-Only",
    "icons": {
        "48": "dist\/assets\/icons\/icon.png",
        "96": "dist\/assets\/icons\/icon.png"
    },
    "action": {
        "default_icon": {
            "48": "dist\/assets\/icons\/icon.png",
            "96": "dist\/assets\/icons\/icon.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