YT Thumbnail Downloader

Download thumbnail images of youtube videos

¿Qué es YT Thumbnail Downloader?

YT Thumbnail Downloader es una extensión de Chrome desarrollada por Rovalty, y su función principal es "Download thumbnail images of youtube videos".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión YT Thumbnail Downloader

Descarga archivos de extensión YT Thumbnail Downloader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video.
Download free youtube videos thumbnail image in Full HD(1080), HD (720), SD, and also in small size. 
it's currently supported formats: YouTube (HD, HQ, 1080p, 4K)

you can easily download your video-thumbnails. 
Just open any youtube video > click on Download Thumbnail button from extension > Done! Your thumbnails will be ready for saving.

Privacy policy: https://www.saxsos.xyz/p/policy-privacy-policy.html                    

Información Básica de la Extensión

Nombre YT Thumbnail Downloader YT Thumbnail Downloader
ID akfikgmhbajiaekdbgchbmhkceclncda
URL Oficial https://chromewebstore.google.com/detail/yt-thumbnail-downloader/akfikgmhbajiaekdbgchbmhkceclncda
Descripción Download thumbnail images of youtube videos
Tamaño del Archivo 58.71 KB
Cantidad de Instalaciones 2,404
Versión Actual 3.5.4
Última Actualización 2020-05-09
Fecha de Publicación 2020-05-09
Calificación 3.97/5 Total de 30 Calificaciones
Desarrollador Rovalty
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.saxsos.xyz/
URL de la Página de Ayuda https://www.saxsos.xyz/p/contact-us.html
URL de la Página de Política de Privacidad https://www.saxsos.xyz/p/policy-privacy-policy.html
Idiomas Soportados en-US
manifest.json
{
    "name": "YT Thumbnail Downloader",
    "description": "Download thumbnail images of youtube videos",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.5.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "name": "YT Thumbnail Downloader",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "img\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "download.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "*.png",
        "*.PNG",
        "*.JPG"
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "manifest_version": 2
}