hide youtube thumbnails

The extension for hide youtube thumbnails

What is hide youtube thumbnails?

hide youtube thumbnails is a Chrome extension developed by hinoguma, and its main feature is "The extension for hide youtube thumbnails".

Extension Screenshots

screenshot
screenshot

Download hide youtube thumbnails Extension CRX File

Download hide youtube thumbnails extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        hide youtube thumbnails for spoilers, leak contents.
All thumbnails is hided on default.
You can show a thumbnail by mouseover.

For everyone waiting for entertainment like movies, tv shows,
You could be free from the stressful and suffering days avoiding spoilers.                    

Extension Basic Information

Name hide youtube thumbnails hide youtube thumbnails
ID nmhdbpjnnofojjplnjajajcioljbchkl
Official URL https://chromewebstore.google.com/detail/hide-youtube-thumbnails/nmhdbpjnnofojjplnjajajcioljbchkl
Description The extension for hide youtube thumbnails
File Size 3.92 KB
Installation Count 70
Current Version 1.0
Last Updated 2021-12-18
Publish Date 2021-12-17
Developer hinoguma
Email [email protected]
Payment Type free
Extension Website https://github.com/hinoguma/hide-youtube-thumbnails
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hide youtube thumbnails",
    "manifest_version": 3,
    "version": "1.0",
    "description": "The extension for hide youtube thumbnails",
    "homepage_url": "https:\/\/github.com\/hinoguma\/hide-youtube-thumbnails",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "hide-thumbnails.css"
            ]
        }
    ]
}