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
官方網址 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
電子郵箱 [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"
    ]
}