WebExtension.net
WebExtension.net

hyde — hide the YouTube video player controls

View on Chrome Web Store
View hyde — hide the YouTube video player controls Chrome Extension on Chrome Web Store
4.3 (409 ratings)

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

Press Ctrl+M to hide or show the YouTube video player controls.
Type
Extension
Users
70,000 users
karmdesai
View author page of karmdesai
Published
Published on May 23, 2020
Version 1.2
Manifest version
3
Updated
Updated on June 1, 2024
View on Chrome Web Store
View hyde — hide the YouTube video player controls Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "hyde \u2014 hide the YouTube video player controls",
    "version": "1.2",
    "description": "Press Ctrl+M to hide or show the YouTube video player controls.",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "commands": {
        "hide": {
            "suggested_key": {
                "default": "Ctrl+M"
            },
            "description": "hide\/show controls"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/watch?*",
                "https:\/\/*.youtube.com\/watch?*"
            ],
            "js": [
                "src\/hide.js",
                "src\/show.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ]
}
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