Download YouTube thumbnails

Download thumbnails of YouTube video

O que é Download YouTube thumbnails?

Download YouTube thumbnails é uma extensão do Chrome desenvolvida por http://ovdss.com, e sua principal característica é "Download thumbnails of YouTube video".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Download YouTube thumbnails

Baixe arquivos de extensão Download YouTube thumbnails 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

                        Download YouTube thumbnail images of all quality for free. This application let you   download thumbnails of all quality. Just paste the URL of the thumbnail video in the below input and click Get Thumbnail Image.

You will get a list of all The Available Youtube Video Thumbnail Qualities:
  👉 Which you can Choose From High Quality(HQ).
  👉 High Definition (HD), 4K, 720p, 1080p Thumbnail
  👉 Low Quality and Medium Quality Youtube Thumbnails are also available.

Click on the Download Button, and Your Youtube Video Thumbnail will be Downloaded in your Device's Storage                    

Informações Básicas da Extensão

Nome Download YouTube thumbnails Download YouTube thumbnails
ID pmgkjjpbajhkehjmopponglohmidpppg
URL Oficial https://chrome.google.com/webstore/detail/download-youtube-thumbnai/pmgkjjpbajhkehjmopponglohmidpppg
Descrição Download thumbnails of YouTube video
Tamanho do Arquivo 1.23 MB
Contagem de Instalações 596
Versão Atual 1.1.7
Última Atualização 2023-08-31
Data de Publicação 2022-05-25
Classificação 3.63/5 Total de 8 Avaliações
Desenvolvedor http://ovdss.com
Email [email protected]
Site da Extensão https://ovdss.com/apps/get-youtube-thumbnail
URL da Página de Política de Privacidade https://ovdss.com/privacy_policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download YouTube thumbnails",
    "description": "Download thumbnails of YouTube video",
    "version": "1.1.7",
    "action": {
        "name": "Download YouTube thumbnails",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "1.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.vimeo.com\/*"
            ],
            "js": [
                "jquery.js",
                "download.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "1.png",
        "48": "2.png",
        "128": "3.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.PNG"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.vimeo.com\/*"
    ],
    "manifest_version": 3
}