WebExtension.net
WebExtension.net

UnHook YouTube

View on Chrome Web Store
View UnHook YouTube Chrome Extension on Chrome Web Store
4.6 (23 ratings)

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

Use UnHook YouTube tool to hide shorts, comments, remove recommendations, related videos. Get distraction free and focusing youtube.
Type
Extension
Users
4,000 users
developmentbycores
View author page of developmentbycores
Published
Published on March 12, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on March 12, 2024
View on Chrome Web Store
View UnHook YouTube Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "1.0.0",
    "icons": {
        "128": "images\/256.png"
    },
    "background": {
        "service_worker": "global\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "global\/options\/facebookOptions.js",
                "global\/options\/gmailOptions.js",
                "global\/options\/instagramOptions.js",
                "global\/options\/linkedinOptions.js",
                "global\/options\/redditOptions.js",
                "global\/options\/twitterOptions.js",
                "global\/options\/youtubeOptions.js",
                "global\/options\/options.js",
                "global\/storageConstants.js",
                "global\/globalHelpers.js",
                "website\/scripts\/websiteHelpers.js",
                "website\/scripts\/htmlAtrributes.js",
                "website\/scripts\/popupListener.js",
                "website\/scripts\/Shortcuts\/shortcutsListener.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.google.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "website\/css\/youtube\/youtube_desktop_styles.css",
                "website\/css\/youtube\/youtube_mobile_styles.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/256.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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