Thumbnail Downloader HD

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

What is Thumbnail Downloader HD?

Thumbnail Downloader HD is a Chrome extension developed by https://youtubethumbnaildownloaderonline.com, and its main feature is "Download Youtube Thumbnail in different image resolutions. Such as HD, Standard.".

Extension Screenshots

screenshot

Download Thumbnail Downloader HD Extension CRX File

Download Thumbnail Downloader HD 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

                        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.                    

Extension Basic Information

Name Thumbnail Downloader HD Thumbnail Downloader HD
ID ofnpbhaadokpcbjhcfhphaccepmhlkfm
Official URL https://chromewebstore.google.com/detail/thumbnail-downloader-hd/ofnpbhaadokpcbjhcfhphaccepmhlkfm
Description Download Youtube Thumbnail in different image resolutions. Such as HD, Standard.
File Size 16.6 KB
Installation Count 111
Current Version 0.1.2
Last Updated 2024-01-04
Publish Date 2023-02-06
Rating 3.67/5 Total 3 Ratings
Developer https://youtubethumbnaildownloaderonline.com
Email [email protected]
Payment Type free
Extension Website https://www.youtubethumbnaildownloaderonline.com
Help Page URL https://linehow.com/contact
Privacy Policy Page URL https://www.youtubethumbnaildownloaderonline.com/p/privacy-policy.html
Supported Languages 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"
    ]
}