YT Thumbnail Downloader

Download thumbnail images of youtube videos

What is YT Thumbnail Downloader?

YT Thumbnail Downloader is a Chrome extension developed by Rovalty, and its main feature is "Download thumbnail images of youtube videos".

Extension Screenshots

screenshot
screenshot

Download YT Thumbnail Downloader Extension CRX File

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

                        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                    

Extension Basic Information

Name YT Thumbnail Downloader YT Thumbnail Downloader
ID akfikgmhbajiaekdbgchbmhkceclncda
Official URL https://chromewebstore.google.com/detail/yt-thumbnail-downloader/akfikgmhbajiaekdbgchbmhkceclncda
Description Download thumbnail images of youtube videos
File Size 58.71 KB
Installation Count 2,404
Current Version 3.5.4
Last Updated 2020-05-09
Publish Date 2020-05-09
Rating 3.97/5 Total 30 Ratings
Developer Rovalty
Email [email protected]
Payment Type free
Extension Website https://www.saxsos.xyz/
Help Page URL https://www.saxsos.xyz/p/contact-us.html
Privacy Policy Page URL https://www.saxsos.xyz/p/policy-privacy-policy.html
Supported Languages 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
}