hide youtube thumbnails

The extension for hide youtube thumbnails

什么是hide youtube thumbnails?

hide youtube thumbnails是由hinoguma开发的Chrome扩展程序,该扩展的主要功能是“The extension for hide youtube thumbnails”。

扩展截图

screenshot
screenshot

下载hide youtube thumbnails扩展crx文件

下载hide youtube thumbnails扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 hide youtube thumbnails hide youtube thumbnails
ID nmhdbpjnnofojjplnjajajcioljbchkl
官方URL https://chromewebstore.google.com/detail/hide-youtube-thumbnails/nmhdbpjnnofojjplnjajajcioljbchkl
简介 The extension for hide youtube thumbnails
文件大小 3.92 KB
安装次数 70
当前版本 1.0
更新时间 2021-12-18
上架时间 2021-12-17
开发者 hinoguma
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/hinoguma/hide-youtube-thumbnails
支持的语言 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"
            ]
        }
    ]
}