Thumbnail Downloader HD

Download Youtube Thumbnail in different image resolutions. Such as HD, Standard.

Thumbnail Downloader HDとは何ですか?

Thumbnail Downloader HDはhttps://youtubethumbnaildownloaderonline.comによって開発されたChromeの拡張機能で、その主な機能は「Download Youtube Thumbnail in different image resolutions. Such as HD, Standard.」です。

拡張機能のスクリーンショット

screenshot

Thumbnail Downloader HD拡張機能のCRXファイルをダウンロード

Thumbnail Downloader HD拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The YouTube Thumbnail Downloader Chrome Extension is a useful tool for downloading thumbnail images from YouTube videos. With this extension, users can easily save the thumbnail image of any YouTube video to their device with just a few clicks. The extension works by adding a download button next to the video title on the YouTube page, which when clicked, downloads the thumbnail image in high quality.

This extension is particularly useful for those who want to use the thumbnail image for their own personal or commercial projects, such as creating video graphics, blog posts, or promotional materials. With the YouTube Thumbnail Downloader, users no longer have to manually take screenshots of the video or go through the hassle of searching for the thumbnail image online.

The extension is user-friendly and can be easily installed from the Chrome Web Store. Once installed, users can simply navigate to a YouTube video and click the download button to save the thumbnail image. The extension supports multiple image file formats, including JPG, PNG, and BMP, making it versatile and suitable for a range of different projects.                    

拡張機能の基本情報

名前 Thumbnail Downloader HD Thumbnail Downloader HD
ID ofnpbhaadokpcbjhcfhphaccepmhlkfm
公式URL https://chromewebstore.google.com/detail/thumbnail-downloader-hd/ofnpbhaadokpcbjhcfhphaccepmhlkfm
説明 Download Youtube Thumbnail in different image resolutions. Such as HD, Standard.
ファイルサイズ 16.6 KB
インストール数 111
現在のバージョン 0.1.2
最終更新日 2024-01-04
公開日 2023-02-06
評価 3.67/5 合計 3 レビュー
開発者 https://youtubethumbnaildownloaderonline.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.youtubethumbnaildownloaderonline.com
ヘルプページのURL https://linehow.com/contact
プライバシーポリシーページのURL https://www.youtubethumbnaildownloaderonline.com/p/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thumbnail Downloader HD",
    "version": "0.1.2",
    "manifest_version": 3,
    "description": "Download Youtube Thumbnail in different image resolutions. Such as HD, Standard.",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_title": "Thumbnail Downloader HD",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ]
}