Thumbnail Downloader HD

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

O que é Thumbnail Downloader HD?

Thumbnail Downloader HD é uma extensão do Chrome desenvolvida por https://youtubethumbnaildownloaderonline.com, e sua principal característica é "Download Youtube Thumbnail in different image resolutions. Such as HD, Standard.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Thumbnail Downloader HD

Baixe arquivos de extensão Thumbnail Downloader HD no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Thumbnail Downloader HD Thumbnail Downloader HD
ID ofnpbhaadokpcbjhcfhphaccepmhlkfm
URL Oficial https://chromewebstore.google.com/detail/thumbnail-downloader-hd/ofnpbhaadokpcbjhcfhphaccepmhlkfm
Descrição Download Youtube Thumbnail in different image resolutions. Such as HD, Standard.
Tamanho do Arquivo 16.6 KB
Contagem de Instalações 111
Versão Atual 0.1.2
Última Atualização 2024-01-04
Data de Publicação 2023-02-06
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://youtubethumbnaildownloaderonline.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.youtubethumbnaildownloaderonline.com
URL da Página de Ajuda https://linehow.com/contact
URL da Página de Política de Privacidade https://www.youtubethumbnaildownloaderonline.com/p/privacy-policy.html
Idiomas Suportados 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"
    ]
}