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
Eメール [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"
            ]
        }
    ]
}